Skip to content

Commit

Permalink
update sokol-zig dep (fixes zig 0.14-dev incompatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Aug 31, 2024
1 parent ea80ecf commit ead343a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
.dependencies = .{
// sokol only needed for the actual emulators
.sokol = .{
.url = "git+https://github.com/floooh/sokol-zig.git#e190830fd57293addc64019ca61d7fcf38dcdf5f",
.hash = "12201d3b9cf340a49a6774cfa59b5b2d0ab8660e908de59f884d3ff162a3d5d17905",
.url = "git+https://github.com/floooh/sokol-zig.git#028391ae0278b6bb80b5ef485575b43df9406fdf",
.hash = "1220aa0cc8ae0377300eb9ff1cc6b2342cdf3c8336cc63f929926d3291e292b46ae6",
},
},
.paths = .{
Expand Down

0 comments on commit ead343a

Please sign in to comment.