-
Notifications
You must be signed in to change notification settings - Fork 5
/
build.zig.zon
22 lines (22 loc) · 1.04 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
.{
.name = "sycl-workshop-2023",
.version = "0.0.1",
.dependencies = .{
.rp2040 = .{
.url = "https://github.com/ZigEmbeddedGroup/raspberrypi-rp2040/archive/35e9757bdb9873ffd7a5d2c192842cf93b58c7e5.tar.gz",
.hash = "1220aa57a3de92ed8500d31b6ead1168ca27d76d6e2be1e3f8e0846887eb8da31dda",
},
.raylib_zig = .{
.url = "https://github.com/mattnite/raylib-zig/archive/35924f5148ce9dbf8d3482ee11f90d62e71acc38.tar.gz",
.hash = "122045dde46149c6babf584d47c6cd6ad5da7111847518e6c434e1ed4550159ce3c2",
},
.raylib = .{
.url = "https://github.com/raysan5/raylib/archive/2e00d16f3d3808defe76d9af75df2dd714c66af2.tar.gz",
.hash = "1220b36684908380c4a1778c6c90b6b81a4ffba6d778e1f47dc7cab7ec9b2578dc85",
},
.uf2 = .{
.url = "https://github.com/ZigEmbeddedGroup/uf2/archive/206c027ee4c5eaf409b7bcbce86339c97b4926a6.tar.gz",
.hash = "122041fef1143717c2da02786654e50fa553b0a3ae5dda24cb717f5816adf71f6092",
},
},
}