-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
21 lines (21 loc) · 836 Bytes
/
build.zig.zon
File metadata and controls
21 lines (21 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.{
.name = .hiillos,
.version = "0.0.2",
.dependencies = .{
.limine = .{
.url = "https://github.com/limine-bootloader/limine/archive/refs/tags/v8.3.2-binary.tar.gz",
.hash = "1220691d9f8b2dfbc5e2727e3400d983b88db37ad7b2468735932ec12b37d304c90e",
},
.qoi = .{
.url = "git+https://github.com/xor-bits/qoi.git#ef6a688fbeb294e36c9088286ebefc1b27d7ab71",
.hash = "qoi-0.0.1-im2KtYJAAAA2i7rzjql8JqrjY8p5-AKBXRYMRS2XiMsl",
},
.rbtree = .{
.url = "git+https://github.com/xor-bits/rbtree.git#a3149b5831bfd948d4681572fe42683131dbb524",
.hash = "rbtree-0.0.1-WtgBiedCAQBhPerEQy6rqGOj_MhSh7rvBCwr1wO8zm5E",
},
},
.paths = .{"."},
.fingerprint = 0x85b8bb43b41d4850,
.minimum_zig_version = "0.15.2",
}