sokoban-v1/build.zig.zon
2025-12-31 02:36:29 +02:00

33 lines
1.1 KiB
Zig

.{
.name = .sokol_template,
.version = "0.0.0",
.fingerprint = 0x60a8e079a691c8d9, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.2",
.dependencies = .{
.sokol = .{
.url = "git+https://github.com/floooh/sokol-zig.git#aaf291ca2d3d1cedc05d65f5a1cacae0f53d934a",
.hash = "sokol-0.1.0-pb1HK4iDNgCom5dkY66eUBm_bYBHEl8KWFDAiqwWgpEy",
},
.cimgui = .{
.url = "git+https://github.com/floooh/dcimgui.git#6c2c7f0452d9f44c95094c3f7dc2969c2c6a5e1a",
.hash = "cimgui-0.1.0-44ClkQYjlQCl0iQX5wlquJ-mFZMqSxXA3hE2MG_3i1BT",
.lazy = true
},
.tracy = .{
.url = "git+https://github.com/sagehane/zig-tracy.git#80933723efe9bf840fe749b0bfc0d610f1db1669",
.hash = "zig_tracy-0.0.5-aOIqsX1tAACKaRRB-sraMLuNiMASXi_y-4FtRuw4cTpx",
},
.tiled = .{
.path = "./libs/tiled"
},
.stb_image = .{
.path = "./libs/stb_image"
}
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}