mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 19:38:15 +00:00
32 lines
1003 B
Zig
32 lines
1003 B
Zig
.{
|
|
.name = .raylib,
|
|
.version = "5.6.0-dev",
|
|
.minimum_zig_version = "0.15.1",
|
|
|
|
.fingerprint = 0x13035e5cb8bc1ac2, // Changing this has security and trust implications.
|
|
|
|
.dependencies = .{
|
|
.xcode_frameworks = .{
|
|
.url = "git+https://github.com/hexops/xcode-frameworks#9a45f3ac977fd25dff77e58c6de1870b6808c4a7",
|
|
.hash = "N-V-__8AABHMqAWYuRdIlflwi8gksPnlUMQBiSxAqQAAZFms",
|
|
.lazy = true,
|
|
},
|
|
.emsdk = .{
|
|
.url = "git+https://github.com/emscripten-core/emsdk#4.0.9",
|
|
.hash = "N-V-__8AAJl1DwBezhYo_VE6f53mPVm00R-Fk28NPW7P14EQ",
|
|
},
|
|
.zemscripten = .{
|
|
.url = "git+https://github.com/zig-gamedev/zemscripten#3fa4b778852226c7346bdcc3c1486e875a9a6d02",
|
|
.hash = "zemscripten-0.2.0-dev-sRlDqApRAACspTbAZnuNKWIzfWzSYgYkb2nWAXZ-tqqt",
|
|
},
|
|
},
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"examples",
|
|
"LICENSE",
|
|
},
|
|
}
|