File tree 7 files changed +11
-11
lines changed 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ zigglgen officially supports the following versions of the Zig compiler:
8
8
9
9
- ` 0.12.0-dev.3180+83e578a18 ` /[ ` 2024.3.0-mach ` ] ( https://machengine.org/about/nominated-zig/#202410-mach )
10
10
- ` 0.12.0 `
11
- - master (last tested with ` 0.13.0-dev.73+db890dbae ` )
11
+ - master (last tested with ` 0.13.0-dev.230+50a141945 ` )
12
12
13
13
Older or more recent versions of the compiler are not guaranteed to be compatible.
14
14
15
15
1\. Run ` zig fetch ` to add the zigglgen package to your ` build.zig.zon ` manifest:
16
16
17
17
``` sh
18
- zig fetch https://github.com/castholm/zigglgen/releases/download/v0.2.2 /zigglgen.tar.gz --save
18
+ zig fetch https://github.com/castholm/zigglgen/releases/download/v0.2.3 /zigglgen.tar.gz --save
19
19
```
20
20
21
21
2\. Generate a set of OpenGL bindings in your ` build.zig ` build script:
Original file line number Diff line number Diff line change 7
7
.hash = "1220a72c54b4a3674a1e5a907ac6ea33d1868681f187f5a07f3cfb562ff7cf2c63e0" ,
8
8
},
9
9
.zigglgen = .{
10
- .url = "https://github.com/castholm/zigglgen/releases/download/v0.2.2 /zigglgen.tar.gz" ,
11
- .hash = "1220b0b1d61dfe8a244a3928b20cfa596e252656cca90120c26661898986ce3d1f82 " ,
10
+ .url = "https://github.com/castholm/zigglgen/releases/download/v0.2.3 /zigglgen.tar.gz" ,
11
+ .hash = "1220f4188a5e1bdbb15fd50e9ea322c0721384eeba9bc077e4179b0b0eeaa7fe4ad9 " ,
12
12
},
13
13
},
14
14
.paths = .{
Original file line number Diff line number Diff line change 1
1
//! Bindings for OpenGL ES 3.0 generated by zigglgen.
2
2
3
- // OpenGL XML API Registry revision: 4265ce1a6e40abdab98f5f2e11365b59f5ef04bc
4
- // zigglgen version: 0.2.2
3
+ // OpenGL XML API Registry revision: 3e2c5fa835e72dcbf716d1fba35a75ef05c79129
4
+ // zigglgen version: 0.2.3
5
5
6
6
// Example usage:
7
7
//
Original file line number Diff line number Diff line change 1
1
// This file was generated by 'updateApiRegistry.ps1'.
2
- // OpenGL XML API Registry revision: 4265ce1a6e40abdab98f5f2e11365b59f5ef04bc
2
+ // OpenGL XML API Registry revision: 3e2c5fa835e72dcbf716d1fba35a75ef05c79129
3
3
4
- pub const revision = "4265ce1a6e40abdab98f5f2e11365b59f5ef04bc ";
4
+ pub const revision = "3e2c5fa835e72dcbf716d1fba35a75ef05c79129 ";
5
5
6
6
pub const Type = struct {
7
7
name: Name,
Original file line number Diff line number Diff line change 1
1
.{
2
2
.name = "zigglgen" ,
3
- .version = "0.2.2 " ,
3
+ .version = "0.2.3 " ,
4
4
.minimum_zig_version = "0.12.0-dev" ,
5
5
.paths = .{
6
6
"LICENSE.md" ,
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ fn renderCode(
402
402
\\//! Bindings for {[api_pretty]s} {[version_major]d}.{[version_minor]d}{[sp_profile_pretty]s} generated by zigglgen.
403
403
\\
404
404
\\// OpenGL XML API Registry revision: {[registry_revision]s}
405
- \\// zigglgen version: 0.2.2
405
+ \\// zigglgen version: 0.2.3
406
406
\\
407
407
\\// Example usage:
408
408
\\//
Original file line number Diff line number Diff line change 1
1
// This file was generated by 'updateApiRegistry.ps1'.
2
- // OpenGL XML API Registry revision: 4265ce1a6e40abdab98f5f2e11365b59f5ef04bc
2
+ // OpenGL XML API Registry revision: 3e2c5fa835e72dcbf716d1fba35a75ef05c79129
3
3
4
4
pub const Api = enum { gl , gles , glsc };
5
5
You can’t perform that action at this time.
0 commit comments