raylib-template/build.zig.zon
2025-12-05 03:27:30 +02:00

25 lines
954 B
Zig

.{
.name = .raylib_template,
.version = "0.0.1",
.dependencies = .{
.raylib = .{
.url = "git+https://github.com/raysan5/raylib.git#6a048b7afeada62f9071969ba277ad14e0dce256",
.hash = "raylib-5.6.0-dev-whq8uM0UCAWTJ_Wd2f8GItDMnDg3hMImKT-nk78bscfL",
},
.tracy = .{
.path = "./libs/tracy"
},
.incbin = .{
.url = "git+https://github.com/graphitemaster/incbin.git#22061f51fe9f2f35f061f85c2b217b55dd75310d",
.hash = "N-V-__8AABmOAAB00zlm0f7NkMnWJxJD7g3y1PNsbgO7SCiQ",
},
.compile_commands = .{
.url = "https://github.com/the-argus/zig-compile-commands/archive/f74e2d13e43fafab3a71e19557a0e1cfbf0f2e1b.tar.gz",
.hash = "zig_compile_commands-0.0.1-OZg5-a3CAACM-h32Kjb1obTMqrKGs9YoDhorVZ8-LGle",
},
},
.minimum_zig_version = "0.15.2",
.paths = .{""},
.fingerprint = 0xd9c063dda43688bf,
}