We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9b4ccc + 23395ca commit 70c7eeeCopy full SHA for 70c7eee
README.md
@@ -28,6 +28,8 @@ Add it to your `build.zig` :
28
```diff
29
const std = @import("std");
30
+const cimgui = @import("cimgui_zig");
31
++const Renderer = cimgui.Renderer;
32
++const Platform = cimgui.Platform;
33
34
pub fn build(b: *std.Build) void {
35
// -- snip --
0 commit comments