Updates Zig

This commit is contained in:
Mason Remaley 2024-10-08 17:17:49 -07:00
parent e114e2fbf1
commit 9e1c11e373
2 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,7 @@
.{
.name = "dear_imgui_zig",
.version = "0.0.0",
.minimum_zig_version = "0.14.0-dev.1820+ea527f7a8",
.dependencies = .{
.@"dear-imgui" = .{
.url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.91.0-docking.tar.gz",