Skip to content

Commit 70c7eee

Browse files
authored
Merge pull request #438 from tiawl/fix-README-docking
fix snippet's README with #437 suggestion
2 parents e9b4ccc + 23395ca commit 70c7eee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Add it to your `build.zig` :
2828
```diff
2929
const std = @import("std");
3030
+const cimgui = @import("cimgui_zig");
31+
+const Renderer = cimgui.Renderer;
32+
+const Platform = cimgui.Platform;
3133

3234
pub fn build(b: *std.Build) void {
3335
// -- snip --

0 commit comments

Comments
 (0)