.{
|
|
.name = .raylib,
|
|
.version = "5.5.0",
|
|
.minimum_zig_version = "0.14.0",
|
|
|
|
.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",
|
|
.lazy = true,
|
|
},
|
|
},
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"examples",
|
|
"LICENSE",
|
|
},
|
|
}
|