Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Add updating instructions to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Aug 13, 2023
1 parent 14b0ba6 commit 0e2de0a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,15 @@ Julia language binding for [cimgui](https://github.com/cimgui/cimgui)(docking br
pkg> add LibCImGui
```

If you are looking for a high-level Julian API you might wish to take a look at [CImGui.jl](https://github.com/Gnimuc/CImGui.jl).
If you are looking for a high-level Julian API you might wish to take a look at [CImGui.jl](https://github.com/Gnimuc/CImGui.jl).

## Updating
The bindings for the different platforms in [lib/](lib/) are generated by the
files in [gen/](gen/). To update the bindings you'll first need to update
`CImGuiPack_jll`, then run:
```
julia --project=gen generator.jl
```

The first time might take a while since it has to download artifacts for each
platform.

0 comments on commit 0e2de0a

Please sign in to comment.