build: add flags and xcode-frameworks deps

This commit is contained in:
CJ van den Berg 2026-02-26 13:42:14 +01:00
parent cf4ce5923a
commit a720697618
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -3,7 +3,17 @@
.version = "0.1.0",
.fingerprint = 0xb88932861fde7cb9,
.minimum_zig_version = "0.15.2",
.dependencies = .{},
.dependencies = .{
.flags = .{
.url = "git+https://github.com/neurocyte/flags?ref=main#984b27948da3e4e40a253f76c85b51ec1a9ada11",
.hash = "flags-0.10.0-a_9h3gB4AADAYn0XaZuUqH1jKRmy6dqvAIbomtTIF6V1",
},
.@"xcode-frameworks" = .{
.url = "git+https://github.com/hexops/xcode-frameworks?ref=main#8a1cfb373587ea4c9bb1468b7c986462d8d4e10e",
.hash = "N-V-__8AALShqgXkvqYU6f__FrA22SMWmi2TXCJjNTO1m8XJ",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",