Skip to content

Commit

Permalink
update emscripten sdk dep to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Feb 19, 2025
1 parent c74f443 commit a292c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.{
.name = "sokol",
.version = "0.1.0",
.minimum_zig_version = "0.12.0",
.minimum_zig_version = "0.14.0-dev",
.paths = .{
"src",
"build.zig",
"build.zig.zon",
},
.dependencies = .{
.emsdk = .{
.url = "git+https://github.com/emscripten-core/emsdk#3.1.73",
.hash = "1220d2b37748757d43de92f0ef723b6a00c3cae4b6a9c582b607421704498a5cfd2b",
.url = "git+https://github.com/emscripten-core/emsdk#4.0.3",
.hash = "122089f5c9fe376b309b6a3970b9838667479adc0d9e038284aefceec6bb6d4f1ed0",
},
},
}

0 comments on commit a292c3c

Please sign in to comment.