-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
29 lines (29 loc) · 870 Bytes
/
build.zig.zon
File metadata and controls
29 lines (29 loc) · 870 Bytes
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 = .ziguplot,
.version = "6.1.0-dev+4d53e45",
.fingerprint = 0xfda05bcfc75db21c,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.gnuplot = .{
.url = "git+https://git.code.sf.net/p/gnuplot/gnuplot-main#4d53e45ce897b3e3fe85e1144641578b8bab3b7c",
.hash = "N-V-__8AAElY3QCa7yuThtT7Wbi0F3Y0O-CmHSC2ZqNASkXK",
},
.mimalloc = .{
.url = "git+https://github.com/KNnut/mimalloc#b08761006329a7ae437a3f03f8c88026f53ccfb4",
.hash = "mimalloc-3.2.8-9DdHgYkcAADcuFuIUP1lcwR6kyy8SLxRpEv2DubYkR2a",
.lazy = true,
},
.aquaterm = .{
.path = "deps/aquaterm",
.lazy = true,
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"deps",
"src",
"LICENSE",
"README.md",
},
}