We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceec00d commit ddb764dCopy full SHA for ddb764d
build.zig
@@ -85,6 +85,7 @@ pub fn build(b: *std.Build) void {
85
"-Wno-elaborated-enum-base",
86
"-Wno-error=date-time",
87
if (options.use_32bit_draw_idx) "-DIMGUI_USE_32BIT_DRAW_INDEX" else "",
88
+ "-DIMGUI_IMPL_API=extern \"C\" ",
89
};
90
91
const objcflags = &.{
@@ -117,7 +118,6 @@ pub fn build(b: *std.Build) void {
117
118
"imgui_tables.cpp",
119
"imgui_draw.cpp",
120
"imgui_demo.cpp",
- //TODO <tonitch>: add the backend from option
121
},
122
.flags = cflags,
123
});
0 commit comments