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-12-19 21:23:00 +01:00
|
|
|
.url = "https://pkg.machengine.org/glfw/ec656e10d3643a3a71149bb96ae6b0831b84b677.tar.gz",
|
|
|
|
.hash = "12207be469bad84baed2ede75cf89ede37e1ed5ee8be62a54d2b2112c5f56a44cc89",
|
2023-07-03 08:49:38 -07:00
|
|
|
},
|
2023-07-03 07:03:57 -07:00
|
|
|
},
|
|
|
|
}
|