-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
29 lines (29 loc) · 1.11 KB
/
build.zig.zon
File metadata and controls
29 lines (29 loc) · 1.11 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
.{
.name = .prise,
.version = "0.3.1",
.fingerprint = 0x800a3088c306ef62,
.minimum_zig_version = "0.15.2",
.dependencies = .{
.ghostty = .{
.url = "https://github.com/ghostty-org/ghostty/archive/7642b8bec4294ecdaf9184fd69ed761a7e2aa422.tar.gz",
.hash = "ghostty-1.3.0-dev-5UdBC460QAT2YkmS3_MczhE-h8ltC_7ViAwpnATZaVeQ",
},
.vaxis = .{
.url = "https://github.com/rockorager/libvaxis/archive/68d6ea1d94fa0e5575e3af505bebab29a15acb96.tar.gz",
.hash = "vaxis-0.5.1-BWNV_AAyCQAyuU8AUmRpkPzTW51DmXQ2nG6I-EyrROg_",
},
.zlua = .{
.url = "https://github.com/natecraddock/ziglua/archive/af970851f5412a32c9eceb1c4519679a242c6093.tar.gz",
.hash = "zlua-0.1.0-hGRpCx89BQCdTNT2LiQGKujXawO2jCgB4hGl0WEqj0cz",
},
.zeit = .{
.url = "git+https://github.com/rockorager/zeit#7ac64d72dbfb1a4ad549102e7d4e232a687d32d8",
.hash = "zeit-0.6.0-5I6bk36tAgATpSl9wjFmRPMqYN2Mn0JQHgIcRNcqDpJA",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}