build glfw

This commit is contained in:
David Allemang
2024-07-03 11:34:13 -04:00
parent 8a9bbee536
commit f0e7be542b
6 changed files with 115 additions and 71 deletions

14
glfw/build.zig.zon Normal file
View File

@@ -0,0 +1,14 @@
.{
.name = "glfw",
.version = "3.4.0",
.dependencies = .{
.glfw_real = .{
.url = "https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip",
.hash = "1220625fa7ce79733c6889844cb02ea1f6e4b81b46a3fabacec181714879947f4abd",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
},
}