robboito
Results
1
comments of
robboito
@axelmagn as an option for bridging the 'include boundary' I used something like this: ```zig mod.addIncludePath(dep_cimgui.path("src")); // or "src-docking" for the docking version provided by dcimgui mod.addIncludePath(dep_sokol.path("src/sokol/c")); ``` I didn't...