Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Dec 7, 2024
1 parent e58cd9b commit 62cb1fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ To use the C++ API:

To use the Zig module:

- add a dependency to `git+https://github.com/floooh/dcimgui.git#[version]` to
your build.zig.zon
- add a dependency your build.zig.zon:
```
zig fetch --save=cimgui git+https://github.com/floooh/dcimgui.git
```
- ...and see https://github.com/floooh/sokol-zig-imgui-sample/blob/main/build.zig
for how to integrate the `cimgui` module
for how to integrate the `cimgui` module with your Zig project

0 comments on commit 62cb1fa

Please sign in to comment.