-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
17 lines (17 loc) · 674 Bytes
/
build.zig.zon
File metadata and controls
17 lines (17 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.{
.name = .playground,
.version = "0.0.0",
.fingerprint = 0xdc188848360fd988, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.2",
.dependencies = .{
.zls = .{
.url = "git+https://github.com/zigtools/zls?ref=0.15.1#f91b2e1e305e5d5bd3725aea90f9f9bfb3dce055",
.hash = "zls-0.15.1-rmm5fgQ2JADjDh84Ja3pDBZ1io_kKdHS2YhQyvBYz66r",
},
.zig = .{
.url = "git+https://github.com/zigtools/zig?ref=wasm32-wasi#e123e17142e0576498ba7f14971e24565c242bd4",
.hash = "zig-0.0.0-Fp4XJMPnIg0zUDsFeLUD3kzBiBYbT_YSvJZo0pVB3tnR",
},
},
.paths = .{""},
}