-
Notifications
You must be signed in to change notification settings - Fork 64
/
build.zig.zon
22 lines (22 loc) · 908 Bytes
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.{
.name = "capy",
.version = "0.4.0",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.@"zig-objc" = .{
.url = "https://github.com/mitchellh/zig-objc/archive/362d12f4d91dfde84668e0befc5a8ca76659965a.zip",
.hash = "12206038da3a8d42de25babfadaa3b8fb01c223850a1f1ce309034172d150df61a8c",
.lazy = true,
},
.macos_sdk = .{
.url = "https://github.com/mitchellh/zig-build-macos-sdk/archive/a4ea24f105902111633c6ae9f888b676ac5e36df.tar.gz",
.hash = "12209cc9ee372456eda52b71cf9ae77dcc707fa42c9f9d68996b5bf7495b53229c2e",
.lazy = true,
},
.zigimg = .{
.url = "git+https://github.com/zigimg/zigimg#c3bd7f9d593d75c60e70f0a950f499e55bd2a965",
.hash = "1220a3427cad06407fb07843cf12395de92327dc629281ae17102fe09f5c1ead81c8",
},
},
.paths = .{""},
}