Bumps the version, updates docs on Zig versions
This commit is contained in:
parent
826a993c0d
commit
497486f6e2
2 changed files with 6 additions and 2 deletions
|
|
@ -6,7 +6,11 @@ Generated at build time from the JSON generated by [dear_bindings](https://githu
|
||||||
|
|
||||||
## Which version of Dear ImGui is built?
|
## 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
|
## How to use Dear ImGui
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
.{
|
.{
|
||||||
.name = .dear_imgui,
|
.name = .dear_imgui,
|
||||||
.fingerprint = 0xc1cc609af54040bd,
|
.fingerprint = 0xc1cc609af54040bd,
|
||||||
.version = "0.0.0",
|
.version = "1.0.0",
|
||||||
.minimum_zig_version = "0.15.1",
|
.minimum_zig_version = "0.15.1",
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.@"dear-imgui" = .{
|
.@"dear-imgui" = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue