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 a376446 commit d7ae998Copy full SHA for d7ae998
build.zig
@@ -94,7 +94,7 @@ pub fn build(b: *std.Build) void {
94
"-fno-sanitize=undefined",
95
"-Wno-elaborated-enum-base",
96
"-Wno-error=date-time",
97
- if (options.use_32bit_draw_idx) "-DIMGUI_USE_32BIT_DRAW_INDEX" else "",
+ if (options.use_32bit_draw_idx) "-DImDrawIdx=unsigned int" else "",
98
};
99
100
const objcflags = &.{
0 commit comments