Add 'glfw-vulkan/' from commit 'ce8109c1aa73e1785c78acec5a9ec1bc9fa25099'

git-subtree-dir: glfw-vulkan
git-subtree-mainline: df6751f276
git-subtree-split: ce8109c1aa
This commit is contained in:
2025-08-04 22:14:45 -04:00
23 changed files with 29373 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
.{
.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 = .{
"",
},
}