forked from Gota7/zig-sdl3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
29 lines (29 loc) · 887 Bytes
/
build.zig.zon
File metadata and controls
29 lines (29 loc) · 887 Bytes
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
.{
.name = .sdl3,
.version = "0.1.1",
.minimum_zig_version = "0.15.1",
.dependencies = .{
.sdl = .{
.url = "git+https://github.com/castholm/SDL.git?ref=v0.3.0%2B3.2.22#b1913e7c31ad72ecfd3ab04aeac387027754cfaf",
.hash = "sdl-0.3.0+3.2.22-7uIn9Pg3fwGG2IyIOPxxOSVe-75nUng9clt7tXGFLzMr",
},
.sdl_image = .{
.url = "git+https://github.com/libsdl-org/SDL_image?ref=release-3.2.x#59adab53b95cd553a1c77f1c7665a980e323dfdd",
.hash = "N-V-__8AAP6WIgI4b7FYvyJ6F7gg38lmxqvHSQPGyTlGuFuT",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"examples",
"src",
"template",
"bindings.yaml",
"generate.zig",
"LICENSE",
"main_callbacks.c",
"README",
},
.fingerprint = 0x6188f62f43f56436,
}