-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
25 lines (25 loc) · 927 Bytes
/
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
.{
.name = "arcadeos",
.version = "0.1.0",
.paths = .{
"src",
"LICENSE",
"README.md",
"build.zig",
"build.zig.zon",
},
.dependencies = .{
.@"limine-zig" = .{
.url = "git+https://github.com/limine-bootloader/limine-zig#7b29b6e6f6d35052f01ed3831085a39aae131705",
.hash = "1220f946f839eab2ec49dca1c805ce72ac3e3ef9c47b3afcdecd1c05a7b35f66d277",
},
.@"limine-bin" = .{
.url = "git+https://github.com/limine-bootloader/limine#v6.x-branch-binary",
.hash = "122014cc654bab2f2aa34039537ad3865dc9a508cb15397c315836f4f7106c86fb88",
},
.@"disk-image-step" = .{
.url = "git+https://github.com/amusingimpala75/disk-image-step#04881824f85e2eac0caf3ddf52c462d3d38a78f6",
.hash = "12208fd2f0f3e5db1bf323e86f33e99216d6d790778710ec917f6335005437e2e684",
},
},
}