25 lines
832 B
Plaintext
25 lines
832 B
Plaintext
|
.{
|
||
|
.name = "walrusgame",
|
||
|
.version = "0.0.0",
|
||
|
.dependencies = .{
|
||
|
.raylib = .{
|
||
|
.url = "https://github.com/raysan5/raylib/archive/refs/tags/5.5.zip",
|
||
|
.hash = "1220d93782859726c2c46a05450615b7edfc82b7319daac50cbc7c3345d660b022d7",
|
||
|
},
|
||
|
.raygui = .{
|
||
|
.url = "https://github.com/raysan5/raygui/archive/1e03efca48c50c5ea4b4a053d5bf04bad58d3e43.zip",
|
||
|
.hash = "122062b24f031e68f0d11c91dfc32aed5baf06caf26ed3c80ea1802f9e788ef1c358",
|
||
|
},
|
||
|
.tmx = .{
|
||
|
.url = "https://github.com/baylej/tmx/archive/refs/tags/tmx_1.10.0.zip",
|
||
|
.hash = "1220934f743aff07bbbd3557f8c90058367dd589147afd38d08468c3c72740a3fd1e",
|
||
|
},
|
||
|
},
|
||
|
.paths = .{
|
||
|
"build.zig",
|
||
|
"build.zig.zon",
|
||
|
"src",
|
||
|
"assets",
|
||
|
},
|
||
|
}
|