initial commit - it's working

This commit is contained in:
2024-06-30 23:19:51 -04:00
commit a053e62c77
8 changed files with 212 additions and 0 deletions

19
build.zig.zon Normal file
View File

@@ -0,0 +1,19 @@
.{
.name = "zimgui",
.version = "0.0.0",
.dependencies = .{
.cimgui = .{
.url = "https://github.com/cimgui/cimgui/archive/refs/tags/1.90.8dock.tar.gz",
.hash = "12207ee69164f88f4b41ee5d44edf3835ec4dab0c0cd885799da67d56668f4a3d46b",
},
.imgui = .{
.url = "https://github.com/ocornut/imgui/archive/refs/tags/v1.90.8-docking.tar.gz",
.hash = "122065151b97161e25abb71c9df2fd9fba42aaca8c33d689a480b883d82411c8fabe",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}