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-10-09 22:33:54 +02:00
|
|
|
.url = "https://pkg.machengine.org/glfw/db0e7acc8e1685393df582871b64a0ea2b3a0938.tar.gz",
|
|
|
|
.hash = "122050d9df82e40d86b35a641afe615a1b4145e78bb57a4ba3844ba2a338e3ee11e5",
|
2023-07-03 08:49:38 -07:00
|
|
|
},
|
2023-07-03 07:03:57 -07:00
|
|
|
},
|
|
|
|
}
|