Compare commits
5 Commits
5be61aaf84
...
f059ebf932
| Author | SHA1 | Date | |
|---|---|---|---|
| f059ebf932 | |||
| 9cb27c09ea | |||
| 5cf324f3d1 | |||
| ca331c60c6 | |||
| 0010925caa |
@@ -60,9 +60,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||||||
exe.addModule("sdl2", sdk.getNativeModule());
|
exe.addModule("sdl2", sdk.getNativeModule());
|
||||||
|
|
||||||
// Dear ImGui bindings
|
// Dear ImGui bindings
|
||||||
|
const zgui_pkg = zgui.package(b, target, optimize, .{ .options = .{ .backend = .sdl2_opengl3 } });
|
||||||
// .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 } });
|
|
||||||
zgui_pkg.link(exe);
|
zgui_pkg.link(exe);
|
||||||
|
|
||||||
exe.install();
|
exe.install();
|
||||||
|
|||||||
2
lib/zgui
2
lib/zgui
Submodule lib/zgui updated: 5b2b64a9de...1dfff5e0b0
Reference in New Issue
Block a user