-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
33 lines (33 loc) · 1.16 KB
/
build.zig.zon
File metadata and controls
33 lines (33 loc) · 1.16 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
.{
.name = .framework,
.version = "0.0.1",
.minimum_zig_version = "0.15.2",
.paths = .{
"thirdparty/",
"src/",
"build.zig",
"build.zig.zon",
"README.md",
"sandbox/",
".gitignore",
},
.fingerprint = 0x9d766e198642f0c5,
.dependencies = .{
.zbgfx = .{
.url = "git+https://github.com/cyberegoorg/zbgfx/#f464e57e0076d005b72a13c0fb84ec379f60b9b7",
.hash = "zbgfx-0.8.0-Sm4IxLWhugYcCqQ4NdRfeC_HS1ZeekK2eoWFCFOzY94d",
},
.entt = .{
.url = "git+https://github.com/prime31/zig-ecs/#dbf3647c2cc4f327fe87067e40f8436c7f87f209",
.hash = "entt-1.0.0-qJPtbNLVAgDPXaUbyRSsBTK75Cr1WujUA92kToJugWry",
},
.zaudio = .{
.url = "git+https://github.com/zig-gamedev/zaudio/#e5b89fde58be72de359089e9b8f5c4d5126fb159",
.hash = "zaudio-0.11.0-dev-_M-91uMxQQAWK02Oofoq8EFtqHwcSrJ-ISYEkcPJvViz",
},
.slime = .{
.url = "git+https://github.com/Tofaa2/slime#77b2c9ea1687c494a2f7c0d3f3e4fe5498a350c0",
.hash = "slime-0.0.0-Ex8DOMCKAQBmNTrrSQM3PxycMGyL93pLZo1aM7nxS1ra",
},
},
}