-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
22 lines (22 loc) · 756 Bytes
/
build.zig.zon
File metadata and controls
22 lines (22 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.{
.name = .resinator,
.version = "0.1.0",
.fingerprint = 0xf8223bb821ba5ab2,
.dependencies = .{
.aro = .{
.url = "https://github.com/Vexu/arocc/archive/a08e2ca4b0e83059c3892b8b3e026754467e0ed1.tar.gz",
.hash = "aro-0.0.0-JSD1QiDQNgA23aZYr2Htc_T8M7NwBIAX6ZrYN69VXuzA",
},
.compressed_mingw_includes = .{
.url = "https://github.com/squeek502/compressed_mingw_includes/releases/download/1.0.3/compressed_mingw_includes.tar",
.hash = "compressed_mingw_includes-1.0.3+mingw-11.0.1-R_tHfx74WQBtym_Nc0JbmHUMdYiCcPCdzPSIu7iKQFV_",
},
},
.paths = .{
"LICENSE",
"README.md",
"build.zig",
"build.zig.zon",
"src",
},
}