-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
34 lines (34 loc) · 1.3 KB
/
build.zig.zon
File metadata and controls
34 lines (34 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.{
.name = .wio,
.version = "0.0.0",
.fingerprint = 0xc7cd0be0afeb11f3,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.win32 = .{
.url = "https://github.com/ypsvlq/win32/archive/5edca53ffbd415e19170f022932d5b7063e2cccf.tar.gz",
.hash = "win32-0.0.0-4XUuba3r_gIzIdDxDJM72L90Kf4kTUI1mAqYjE-llhAZ",
.lazy = true,
},
.wio_macos_sdk = .{
.url = "https://github.com/ypsvlq/wio-macos-sdk/archive/1014fff9b544bf80200a2a9a92af257451286913.tar.gz",
.hash = "wio_macos_sdk-15.5.0-Q4Y7wxqRsAE1ifcDVRYPyFChElssvep3qd5-A_fPS5Jp",
.lazy = true,
},
.wio_unix_headers = .{
.url = "https://github.com/ypsvlq/wio-unix-headers/archive/66f90a7a90f735c0dbc1f85cc69edc7b6b915319.tar.gz",
.hash = "wio_unix_headers-0.0.0-seffXNVzQQBPqkv1wrMX30tFcGF7PEvf5veDESr26p63",
.lazy = true,
},
.android = .{
.url = "https://github.com/silbinarywolf/zig-android-sdk/archive/1a6e3f34d4eeaeb8df4741d670a8d58ba256c0cd.tar.gz",
.hash = "android-0.3.0-7iz7QicYAgCURX17qlaWt_3cGZijZDozjrhLJm3kxZM3",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE.txt",
},
}