Skip to content

Commit

Permalink
Update to zig 0.12.0-dev.881+42998e637
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Oct 11, 2023
1 parent 0e90254 commit adeae40
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.version = "0.0.0",
.dependencies = .{
.SDL2 = .{
.url = "https://github.com/Beyley/SDL/archive/194a166e4d5ea1c7c97300266a69a6e727a5c53e.tar.gz",
.hash = "1220f71c84012678ef3bf4ce789a22aa4cc456ab373b838f666638103ac82442a5c2",
.url = "https://github.com/Beyley/SDL/archive/0a6995fbf53a00e181ddac434eaab3dd48ce1846.tar.gz",
.hash = "122076ecd1f0ff2720fa7011af7174b2b463989ecd0a3422e186c9b29b370e165da5",
},
.zigimg = .{
.url = "https://github.com/zigimg/zigimg/archive/814064a8935dceee99adb11f2b17871b84f75a2b.tar.gz",
Expand All @@ -15,4 +15,16 @@
.hash = "1220f48518ce22882e102255ed3bcdb7aeeb4891f50b2cdd3bd74b5b2e24d3149ba2",
},
},
.paths = .{
"game/",
"util/",
"build.zig",
"build.zig.zon",
"image_processor.zig",
"wgpu.zig",
"libs/stb/",
"libs/system-sdk/",
"libs/wgpu-native-bin/",
"libs/zmath/",
},
}
2 changes: 1 addition & 1 deletion libs/cimgui
Submodule cimgui updated 1 files
+3 −3 build.zig
2 changes: 1 addition & 1 deletion libs/iconv-zig
Submodule iconv-zig updated 1 files
+1 −1 build.zig

0 comments on commit adeae40

Please sign in to comment.