-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
36 lines (36 loc) · 1.4 KB
/
build.zig.zon
File metadata and controls
36 lines (36 loc) · 1.4 KB
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
30
31
32
33
34
35
36
.{
.name = .osmr,
.fingerprint = 0x7aeeebba704b9266,
.version = "0.0.0",
.dependencies = .{
.dotenv = .{
.url = "git+https://github.com/nat3Github/zig-lib-dotenv#5410fc57c2108e6248e47ca57bad264c6e9113c0",
.hash = "dotenv-0.1.1-MkB8yOIdAACFT19qGUM9twLe9eERhKPo5R_pB3Wro8lm",
},
.tailwind = .{
.url = "git+https://github.com/nat3Github/zig-lib-tailwind-colors#d537cda9f7f8053597f4423fcaa8babe8deb7d09",
.hash = "tailwind-0.0.0-j7vJMd0vAAD73YpI5PS1FuPJlYrlGCwGvM5E-xYtWWgl",
},
.image = .{
.url = "git+https://github.com/nat3Github/zig-lib-image#73bbce55f9e31241167d38c95ccab173c358e4b6",
.hash = "image-0.0.0-FDpZou-lAACxPZzf2oAlvnS05DbLEdWZmsFkm9jJibmO",
},
.protobuf = .{
.url = "git+https://github.com/nat3Github/zig-lib-protobuf-dev-fork#765026c7b29fb8a94e5e5b224fea2dd319ac121e",
.hash = "protobuf-2.0.0-0e82agyhGwCidRG1ktCRXulks9P5ZawrK_9OctDfUDe8",
},
.z2d = .{
.url = "git+https://github.com/nat3Github/zig-lib-z2d-dev-fork#d675aa4833b1581c477c2841cad10903ed58c5a0",
.hash = "z2d-0.7.0-j5P_HjnNDACB30ItazCZLrRgWVR2APuLtUrsIA72PYS6",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
"benchmark.md",
"update.zig",
},
}