-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
33 lines (31 loc) · 1.18 KB
/
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
23
24
25
26
27
28
29
30
31
32
33
.{
.name = "playground",
.version = "0.0.0-alpha",
.dependencies = .{
.picolibc = .{
.url = "git+https://github.com/allyourcodebase/picolibc-zig#7a128e1d7a3781b3eae7cf3d7c59c66a2bee36e7",
.hash = "1220e83a23185cb5a9749e107a3ee4d725f50dc176f48460a89ecd545d249e8f1e87",
},
.foundation = .{
.url = "git+https://github.com/ZigEmbeddedGroup/foundation-libc#6a32c97a297bb250c67918946991165a5fc09844",
.hash = "1220ac855930db0699253dc81d3153c11b0d077e3ebe7a97b7986bea71db166eb76b",
},
.hal = .{
.path = "modules/hal",
},
.rtt = .{
.url = "git+https://github.com/elpekenin/segger-rtt#4029d24ccadd4c0b7c5ba863940915a5e4bbd2fe",
.hash = "12206812bf16e697049b257fbccba955113a076f470b6e39e064e9f43e3febc249c7",
},
.zfat = .{
.url = "git+https://github.com/ZigEmbeddedGroup/zfat#9644549c78d90f98b3921c12d760b0eaaaf219da",
.hash = "1220cca763cc3867e8b9fa2d1b0ff62236341698e37dd527f3815455429fc624e7e6",
},
},
.paths = .{
"ld",
"modules",
"build.zig",
"build.zig.zon",
},
}