-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
23 lines (23 loc) · 1.02 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
.{
.name = "ziggity",
.version = "0.0.1",
.paths = .{""},
.dependencies = .{
.ziglua = .{
.url = "https://github.com/natecraddock/ziglua/archive/bcbfe40acd7218430b5fb7a880615b2bf15c02ac.tar.gz",
.hash = "1220a7983916ac2bcba3ded67174ef354012da525c7f85b0e48a416368a637012d78",
},
.dvui = .{
.url = "https://github.com/VisenDev/dvui/archive/refs/heads/fix-mac-compilation.zip",
.hash = "122084bb04dcce167babb30397c5bc40c4c689fa03769de24352499b5c234717eb19",
},
.raylib = .{
.url = "https://github.com/raysan5/raylib/archive/26548c10620c4ae6937cf8b506c777a006b33c16.tar.gz",
.hash = "1220cc99d80c22e97d2a1b9920f52d9216a97efdcbf80589edf304758d7660eb3f10",
},
.profiler = .{
.url = "https://github.com/lassade/profiler.zig/archive/d066d066c36c4eebd494babf15c1cdbd2d512b12.tar.gz",
.hash = "122097461acc2064f5f89b85d76d2a02232579864b17604617a333789c892f2d262f",
},
},
}