Compare commits

..

5 Commits

Author SHA1 Message Date
f059ebf932 tmp: yet another ci attempt 2023-03-26 21:34:40 -05:00
9cb27c09ea tmp: attempt 2 2023-03-26 21:09:09 -05:00
5cf324f3d1 tmp: cli lmao 2023-03-26 20:59:18 -05:00
ca331c60c6 chore: update zgui 2023-03-26 19:57:22 -05:00
0010925caa chore: update to 0.11.0-dev.2168+322ace70f 2023-03-19 20:47:56 -05:00
2 changed files with 2 additions and 4 deletions

View File

@ -60,9 +60,7 @@ pub fn build(b: *std.build.Builder) void {
exe.addModule("sdl2", sdk.getNativeModule());
// Dear ImGui bindings
// .shared option should stay in sync with SDL.zig call above where true == .dynamic, and false == .static
const zgui_pkg = zgui.package(b, target, optimize, .{ .options = .{ .backend = .sdl2_opengl3, .shared = true } });
const zgui_pkg = zgui.package(b, target, optimize, .{ .options = .{ .backend = .sdl2_opengl3 } });
zgui_pkg.link(exe);
exe.install();

@ -1 +1 @@
Subproject commit 5b2b64a9dedd91f0cbf69ccb7a0a5ebf1fdf1691
Subproject commit 1dfff5e0b078b6ad60b58558f69cc92a0b9156e8