Bumps the version, updates docs on Zig versions

This commit is contained in:
Mason Remaley 2025-11-29 02:26:46 -08:00
parent 826a993c0d
commit 497486f6e2
2 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,11 @@ Generated at build time from the JSON generated by [dear_bindings](https://githu
## Which version of Dear ImGui is built?
See `build.zig.zon`, at the time of writing it's a recent commit on the docking branch. See Dear ImGui's readme for info on Dear ImGui branches.
The docking branch, for the exact version see [build.zig.con](/blob/main/build.zig.zon). See Dear ImGui's [readme](https://github.com/ocornut/imgui) for info on the various Dear ImGui branches.
## Which version of Zig is targeted?
See [build.zig.con](/blob/main/build.zig.zon). For previous Zig versions, see [releases](/releases).
## How to use Dear ImGui