tangled
alpha
login
or
join now
altagos.dev
/
rayray
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
added zigimg
altagos.dev
2 years ago
fde489b4
39f017b5
+10
-5
1 changed file
expand all
collapse all
unified
split
build.zig.zon
+10
-5
build.zig.zon
···
4
4
.minimum_zig_version = "0.12.0-dev.2631+3069669bc",
5
5
.dependencies = .{
6
6
// See `zig fetch --save <url>` for a command-line interface for adding dependencies.
7
7
+
.zigimg = .{
8
8
+
.url = "https://github.com/zigimg/zigimg/archive/2224f91ea4cf70f2254848657e308761b8cc8c5d.tar.gz",
9
9
+
// dumy hash, because zigimg does not contain a build.zig. zon
10
10
+
.hash = "122029f65edf3965d86f7d0741fe141bcc1d68b1f013fa7280bbfda4e87c6affc15f",
11
11
+
},
12
12
+
13
13
+
// libs folder
7
14
.zmath = .{ .path = "libs/zmath" },
8
15
},
9
16
.paths = .{
10
10
-
"",
11
11
-
// For example...
12
12
-
//"build.zig",
13
13
-
//"build.zig.zon",
14
14
-
//"src",
17
17
+
"build.zig",
18
18
+
"build.zig.zon",
19
19
+
"src",
15
20
//"LICENSE",
16
21
//"README.md",
17
22
},