diff --git a/README.md b/README.md index aeede90..b2d7597 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.zig.zon b/build.zig.zon index 6997f3d..20d4e4c 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,7 +1,7 @@ .{ .name = .dear_imgui, .fingerprint = 0xc1cc609af54040bd, - .version = "0.0.0", + .version = "1.0.0", .minimum_zig_version = "0.15.1", .dependencies = .{ .@"dear-imgui" = .{