1
0
Fork 0
zenolith-sdl2/build.zig.zon
2024-02-09 22:25:34 +01:00

26 lines
1 KiB
Plaintext

.{
.name = "zenolith-sdl2",
// The version number here currently serves little purpose and is also not retrievable from
// the build script. For this reason, it's set to 0.0.0 here and the actual version
// number is declared in build.zig.
.version = "0.0.0",
.paths = .{""},
.dependencies = .{
.zenolith = .{
.url = "git+https://git.mzte.de/zenolith/zenolith.git#6f318242d7bb5dad079e5ad6421900744e5d03b4",
.hash = "122034a7efb688149b6251c939407e31b1574de418c947a9b25478957d91aad69f5f",
},
.sdl2 = .{
.url = "git+https://git.mzte.de/mirrors/SDL.git#db4a162db2f6f59f737d03f441455dc9524d5793",
.hash = "1220c5360c9c71c215baa41b46ec18d0711059b48416a2b1cf96c7c2d87b2e8e4cf6",
},
.freetype = .{
.url = "git+https://git.mzte.de/mirrors/freetype.git#398638fd1cb723e478658ea371fe3be1a4dce0ae",
.hash = "12208c57b72e3fb5c8d5d3e667e2e21ca1d9e2b6fc3f84182b320f63933f591823da",
},
},
}