Skip to content

Commit

Permalink
dub: update imgui-pkg hash
Browse files Browse the repository at this point in the history
update emsdk to v3.1.73
  • Loading branch information
kassane committed Dec 7, 2024
1 parent 704b9dd commit 4df29ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
.dependencies = .{
.imgui = .{
.url = "git+https://github.com/floooh/dcimgui#v1.91.5",
.hash = "1220094fe4aac5ae443f91e6a7f1afc5eb9f315b5714a95aca979a9d321e03d01d84",
.hash = "1220bb58d62d795d3a9839fe16449a8a84e66c9f77ab84889a589136b2e0be5e2924",
},
.emsdk = .{
.url = "git+https://github.com/emscripten-core/emsdk#3.1.71",
.hash = "12201d024e47d97dea4d1d6024a9cf1b35ca8be8e4fa1a0ecf6ee9080e479467183a",
.url = "git+https://github.com/emscripten-core/emsdk#3.1.73",
.hash = "1220d2b37748757d43de92f0ef723b6a00c3cae4b6a9c582b607421704498a5cfd2b",
},
.shdc = .{
.url = "git+https://github.com/floooh/sokol-tools-bin#3388e3b2c04b532a55b072d79e77c9fc44c3ca50",
Expand Down
8 changes: 4 additions & 4 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ subPackage {
libs "sokol"
lflags "-Lzig-out/lib" platform="posix"
lflags "/LIBPATH:zig-out/lib" platform="windows"
dflags "-P-I$HOME/.cache/zig/p/1220190c1c465474d437a8f7955c8b759e6e4ef32e9a61e9f0b5dbe74ebcd84622b3/src" platform="posix"
dflags "-P-I$APPDATA\\Local\\zig\\p\\1220190c1c465474d437a8f7955c8b759e6e4ef32e9a61e9f0b5dbe74ebcd84622b3\\src" platform="windows"
dflags "-P-I$HOME/.cache/zig/p/1220bb58d62d795d3a9839fe16449a8a84e66c9f77ab84889a589136b2e0be5e2924/src" platform="posix"
dflags "-P-I$APPDATA\\Local\\zig\\p\\1220bb58d62d795d3a9839fe16449a8a84e66c9f77ab84889a589136b2e0be5e2924\\src" platform="windows"
excludedSourceFiles "src/examples/sgl_context.d" "src/examples/clear.d" "src/examples/saudio.d" "src/examples/debugtext.d" "src/examples/triangle.d" "src/examples/sgl_points.d" "src/examples/cube.d" "src/examples/mrt.d" "src/examples/blend.d" "src/examples/user_data.d" "src/examples/droptest.d" "src/examples/shaders/*.d"
preBuildCommands "zig build -Dshared -Doptimize=ReleaseFast -Dimgui -Dartifact"
}
Expand All @@ -218,8 +218,8 @@ subPackage {
libs "sokol"
lflags "-Lzig-out/lib" platform="posix"
lflags "/LIBPATH:zig-out/lib" platform="windows"
dflags "-P-I$HOME/.cache/zig/p/1220190c1c465474d437a8f7955c8b759e6e4ef32e9a61e9f0b5dbe74ebcd84622b3/src" platform="posix"
dflags "-P-I$APPDATA\\Local\\zig\\p\\1220190c1c465474d437a8f7955c8b759e6e4ef32e9a61e9f0b5dbe74ebcd84622b3\\src" platform="windows"
dflags "-P-I$HOME/.cache/zig/p/1220bb58d62d795d3a9839fe16449a8a84e66c9f77ab84889a589136b2e0be5e2924/src" platform="posix"
dflags "-P-I$APPDATA\\Local\\zig\\p\\1220bb58d62d795d3a9839fe16449a8a84e66c9f77ab84889a589136b2e0be5e2924\\src" platform="windows"
excludedSourceFiles "src/examples/sgl_context.d" "src/examples/clear.d" "src/examples/saudio.d" "src/examples/debugtext.d" "src/examples/triangle.d" "src/examples/sgl_points.d" "src/examples/cube.d" "src/examples/mrt.d" "src/examples/blend.d" "src/examples/user_data.d" "src/examples/imgui.d" "src/examples/shaders/*.d"
preBuildCommands "zig build -Dshared -Doptimize=ReleaseFast -Dimgui -Dartifact"
}

0 comments on commit 4df29ab

Please sign in to comment.