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/7b1a45feeacf876428bfbd924d4aca9a9a158cd9.tar.gz",
|
|
.hash = "122052f6e113bb8c74fceb80de8e92b6dce5792213ab703be2584bb638ec30f36edf",
|
|
},
|
|
},
|
|
}
|