Skip to content

Commit

Permalink
update to latest sokol-zig, and ImGui 1.91.1
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Sep 10, 2024
1 parent 99aaabe commit 2597832
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 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 = .{
.sokol = .{
.url = "git+https://github.com/floooh/sokol-zig.git#6b5747f936c8d4227acb76f6aa983d1b54c77adc",
.hash = "122033f5f20ae70760a6fb94b588cbfe4e58b37f0bb0a4e3c311b7b2549def7535d9",
.url = "git+https://github.com/floooh/sokol-zig.git#0f6aebda6a12038917e97d4a6c850b1d4a7902f1",
.hash = "12201482ec206c169044989dfba7a1a688371ad7239bf0830d463826acb2373ca8a5",
},
.cimgui = .{
.path = "deps/cimgui",
Expand Down
8 changes: 4 additions & 4 deletions deps/cimgui/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

.dependencies = .{
.cimgui = .{
.url = "git+https://github.com/cimgui/cimgui.git#1.90.7",
.hash = "1220d925a8374fbc3a21a5b46025fb867672d85b4099d2151bed607618e08b0cd71c",
.url = "git+https://github.com/cimgui/cimgui.git#1.91.1",
.hash = "122067e25fdf4d7117ba3de74d6403d61cd5c9c783b7eae974038132eb97f4ff1609",
},
.imgui = .{
.url = "git+https://github.com/ocornut/imgui.git#v1.90.7",
.hash = "122072b125179c7cbdbbee8fa81d22a1050a950ad61cfeefee8dc0dca5423b5d05b9",
.url = "git+https://github.com/ocornut/imgui.git#v1.91.1",
.hash = "1220ae2947eb39d1512e1dde5b9d044dd40f25772551ca203acf9ba9c4de6cefbdcd",
},
},
.paths = .{
Expand Down

0 comments on commit 2597832

Please sign in to comment.