Files
zig-experiments/cimgui/build.zig.zon
David Allemang d6fb485601 Revert "build glfw"
This reverts commit f0e7be542b.
2024-07-03 11:34:16 -04:00

20 lines
552 B
Zig

.{
.name = "cimgui",
.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 = .{
"",
},
}