-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
34 lines (34 loc) · 1.41 KB
/
build.zig.zon
File metadata and controls
34 lines (34 loc) · 1.41 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 = .roller,
.version = "0.1.0",
.fingerprint = 0x7af618f83e4aca69, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.1",
.dependencies = .{
.SDL_image = .{
.url = "git+https://github.com/allyourcodebase/SDL_image#87e0f1f4c612441a6cf38cda07d8fe4dfc06b05e",
.hash = "SDL_image-3.2.4--aJoHb8WAACjnDQ_-PhUi-MNh_mYFODwxANtvY3F-yLe",
},
.sdl = .{
.url = "git+https://github.com/castholm/SDL#b1913e7c31ad72ecfd3ab04aeac387027754cfaf",
.hash = "sdl-0.3.0+3.2.22-7uIn9Pg3fwGG2IyIOPxxOSVe-75nUng9clt7tXGFLzMr",
},
.wildmidi = .{
.url = "git+https://github.com/deevus/wildmidi#4cdc96129d59ee7fc81cf160dc13e0625be77fba",
.hash = "wildmidi-0.4.6-fQncf6jFDgCtSOKbYs0wEaUZ4n1vMUKaU3OWGXfQD9cL",
},
.compile_flagz = .{
.url = "git+https://github.com/deevus/compile_flagz#ce8bfe147660df19b18aee8e4b7b22736e560936",
.hash = "compile_flagz-2.0.0-dev-SrEtlFgcAAAOYG5s4Fe5BLdoynlL3MW0SS7RilJB5kTc",
},
.libcdio = .{
.url = "git+https://github.com/Zizin13/libcdio#bb5a5682e928ee327fa160d62f6e4bd448156a62",
.hash = "libcdio-2.3.0-LMRPmc7hFQDD1nXustEWbr--b3zMg7JcailUVjTTHHzH",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"PROJECTS/",
"external/",
},
}