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/e425858a0d13c11f1df73cb38fce6b2f6286e878.tar.gz",
|
|
.hash = "1220e8c31f0bb91c406dbea3d20979525d6af2c7a168cd3b53b6757381ec0bc8cce8",
|
|
},
|
|
},
|
|
}
|