-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbuild.zig.zon
34 lines (34 loc) · 1.37 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
34
.{
.name = .cimgui_zig,
.version = "1.0.0",
.dependencies = .{
.glfw_zig = .{
.url = "git+https://github.com/tiawl/glfw.zig?ref=vulkan.zig-v1.4.313#e7ce6583b5f5ece74dc11a3a550de40a30a8807c",
.hash = "glfw_zig-1.0.0-NrvYo-jNFwBIr_NTnXiulx6PBuK_JQRQEIgeN7GaOSoD",
},
.sdl = .{
.url = "git+https://github.com/castholm/SDL#f6bbe8ac5e7b901db69ba62f017596090c362d84",
.hash = "sdl-0.2.1+3.2.10-7uIn9PLkfQHKJO7TvSXbVa0VnySCHbLz28PDZIlKWF4Y",
},
.toolbox = .{
.url = "git+https://github.com/tiawl/toolbox?ref=1.12.3#f5e5a5d604a274bc7a5a8ed975691537779c5d5c",
.hash = "toolbox-1.12.2-kRAu4CBaAADV5SqeC0c0SVLw08j8MP2hcGZxNv9V4y7A",
},
.zigglgen = .{
.url = "git+https://github.com/castholm/zigglgen#d5f381759825ee0bac29bc294d47aa05be4ab7b5",
.hash = "zigglgen-0.4.0-bmyqLX_gLQDFXilQ5VQ9fJeOHKU1RFrggOzRqTGBX79W",
},
.vulkan_zig = .{
.url = "git+https://github.com/tiawl/vulkan.zig?ref=v1.4.313#25560337a86293eb4a73413a653e5e3707c24f48",
.hash = "vulkan_zig-1.0.0-p2wg3iV-FAF490aCHoZlHSWMkYFy6GVPgkhQNrTLSR7t",
},
},
.minimum_zig_version = "0.14.0",
.fingerprint = 0x4e4978d2929b7bd9,
.paths = .{
"build.zig",
"build.zig.zon",
"build",
"dcimgui",
},
}