Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
castholm committed Mar 7, 2024
1 parent a4f3a0f commit 33beb64
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 180 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ but more recent versions may also work.
1\. Run `zig fetch` to add the zigglgen package to your `build.zig.zon` manifest:

```sh
zig fetch https://github.com/castholm/zigglgen/releases/download/v0.1.0/zigglgen.tar.gz --save
zig fetch https://github.com/castholm/zigglgen/releases/download/v0.2.0/zigglgen.tar.gz --save
```

2\. Generate a set of OpenGL bindings in your `build.zig` build script:
Expand Down
4 changes: 2 additions & 2 deletions zigglgen-example/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
.hash = "1220fda87b59df6353864651cdd3943f1159d8d517a45cd67bed493fe6c0a0c78c17",
},
.zigglgen = .{
.url = "https://github.com/castholm/zigglgen/releases/download/v0.1.0/zigglgen.tar.gz",
.hash = "122000c96b42752782a7628e8bd6d5d68f77ec6de0900a574aa4f000809f350d70ca",
.url = "https://github.com/castholm/zigglgen/releases/download/v0.2.0/zigglgen.tar.gz",
.hash = "12204d1220167a4b877fa2eb1689f024607597f493cd819e85fe29fe1ca2836073af",
},
},
.paths = .{
Expand Down
Loading

0 comments on commit 33beb64

Please sign in to comment.