2023-07-03 07:03:57 -07:00
|
|
|
.{
|
|
|
|
.name = "mach-glfw",
|
|
|
|
.version = "0.2.0",
|
2023-10-16 21:36:18 -07:00
|
|
|
.paths = .{
|
|
|
|
"src/",
|
|
|
|
"build.zig",
|
|
|
|
"build.zig.zon",
|
|
|
|
"LICENSE",
|
|
|
|
"LICENSE-APACHE",
|
|
|
|
"LICENSE-MIT",
|
|
|
|
"README.md",
|
|
|
|
},
|
2023-07-03 07:03:57 -07:00
|
|
|
.dependencies = .{
|
2023-07-07 17:04:29 -07:00
|
|
|
.glfw = .{
|
2024-01-13 20:11:44 -07:00
|
|
|
.url = "https://pkg.machengine.org/glfw/7b1a45feeacf876428bfbd924d4aca9a9a158cd9.tar.gz",
|
|
|
|
.hash = "122052f6e113bb8c74fceb80de8e92b6dce5792213ab703be2584bb638ec30f36edf",
|
2023-07-03 08:49:38 -07:00
|
|
|
},
|
2023-07-03 07:03:57 -07:00
|
|
|
},
|
|
|
|
}
|