2024-11-08 14:31:31 +01:00
|
|
|
.{
|
2025-03-07 20:24:01 +01:00
|
|
|
.name = .raylib,
|
2024-11-08 14:31:31 +01:00
|
|
|
.version = "5.5.0",
|
2025-03-07 20:24:01 +01:00
|
|
|
.minimum_zig_version = "0.14.0",
|
|
|
|
|
|
2025-03-08 11:21:50 +10:00
|
|
|
.fingerprint = 0x13035e5cb8bc1ac2, // Changing this has security and trust implications.
|
2024-11-08 14:31:31 +01:00
|
|
|
|
|
|
|
|
.dependencies = .{
|
|
|
|
|
.xcode_frameworks = .{
|
2025-01-10 16:40:48 +00:00
|
|
|
.url = "git+https://github.com/hexops/xcode-frameworks#9a45f3ac977fd25dff77e58c6de1870b6808c4a7",
|
2025-03-08 06:42:17 -05:00
|
|
|
.hash = "N-V-__8AABHMqAWYuRdIlflwi8gksPnlUMQBiSxAqQAAZFms",
|
2024-11-08 14:31:31 +01:00
|
|
|
.lazy = true,
|
|
|
|
|
},
|
|
|
|
|
.emsdk = .{
|
|
|
|
|
.url = "git+https://github.com/emscripten-core/emsdk#3.1.50",
|
2025-03-08 06:42:17 -05:00
|
|
|
.hash = "N-V-__8AALRTBQDo_pUJ8IQ-XiIyYwDKQVwnr7-7o5kvPDGE",
|
2024-11-08 14:31:31 +01:00
|
|
|
.lazy = true,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
.paths = .{
|
|
|
|
|
"build.zig",
|
|
|
|
|
"build.zig.zon",
|
|
|
|
|
"src",
|
2025-03-25 09:55:49 -06:00
|
|
|
"examples",
|
2025-06-01 10:11:42 -04:00
|
|
|
"LICENSE",
|
2024-11-08 14:31:31 +01:00
|
|
|
},
|
|
|
|
|
}
|