.{ .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#4e67de14b301048e73499f2ff46800b87b923609", .hash = "1220236794547a0f13870e5c2d2b00e02571f3beee219303d2843e9aedc1b0eaf015", }, .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", }, }, }