Revert "build glfw"

This reverts commit f0e7be542b.
This commit is contained in:
David Allemang
2024-07-03 11:34:16 -04:00
parent f0e7be542b
commit d6fb485601
6 changed files with 71 additions and 115 deletions

View File

@@ -1,5 +1,5 @@
.{
.name = "zig-glfw-vulkan",
.name = "scratchzig",
.version = "0.0.0",
.dependencies = .{
@@ -7,11 +7,8 @@
.url = "https://github.com/Snektron/vulkan-zig/archive/f2c2e0ff80374563357cc4fe72bf7d8a2c956824.tar.gz",
.hash = "1220cf0972c6fe05437c1a8689b955084385eb7ca1f8c14010d49ca5a89570a5d90d",
},
.glfw = .{
.path = "glfw",
},
.cimgui = .{
.path = "cimgui",
.path="cimgui",
},
},