19 lines
482 B
Zig
19 lines
482 B
Zig
.{
|
|
.name = "mach-glfw",
|
|
.version = "0.2.0",
|
|
.paths = .{
|
|
"src/",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"LICENSE",
|
|
"LICENSE-APACHE",
|
|
"LICENSE-MIT",
|
|
"README.md",
|
|
},
|
|
.dependencies = .{
|
|
.glfw = .{
|
|
.url = "https://pkg.machengine.org/glfw/586e14a964740747ca7913fc17096b3bb3d52409.tar.gz",
|
|
.hash = "122091debcee20ff2aaf983a9e8c215d4e50cc6caf44975442218901ea728e7dd79a",
|
|
},
|
|
},
|
|
}
|