Skip to content

Commit

Permalink
fixes for latest zig nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Mar 1, 2025
1 parent fbb9430 commit 15a8390
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.{
.name = "chipz",
.name = .chipz,
.version = "0.0.0",
.fingerprint = 0x3ecb34175baf6f81,
.dependencies = .{
.sokol = .{
.url = "git+https://github.com/floooh/sokol-zig.git#8ca3893d57480710b312e7aa1fe011303f552442",
.hash = "12209194eb4eac0406310c4a24e643ebd97719b0a727affaf5e4352cfcb4f52076c1",
.url = "git+https://github.com/floooh/sokol-zig.git#d8673ff12878fdb251d04ee97279cf30870e147f",
.hash = "sokol-0.1.0-pb1HK5NgNgDWuuAB-CpH2rAjRKIcuONrrFVDmyJaW4Ly",
},
},
.paths = .{
Expand Down

0 comments on commit 15a8390

Please sign in to comment.