-
-
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) · 681 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
21 lines (21 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.{
.name = .ushift,
.version = "0.3.0",
.fingerprint = 0x8904f1896af0f1a3,
.minimum_zig_version = "0.17.0-dev.305+bdfbf432d",
.dependencies = .{
.toml = .{
.url = "git+https://github.com/sam701/zig-toml#c661327bd9f02f774426c4fe78f60621411b7173",
.hash = "toml-0.3.0-bV14BRmkAQDSILPPyXc31aAXPtJa1Uh8Frug3i6InAUc",
},
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap#e91d66b1abba2024cd2e816426f14d233d3dad9a",
.hash = "clap-0.12.0-oBajB2LpAQD1BQpAukHcuwhIUoHWYNy2DzU6lDW2v2N8",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}