-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
34 lines (33 loc) · 1.1 KB
/
build.zig.zon
File metadata and controls
34 lines (33 loc) · 1.1 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
.{
.name = .stig,
.version = "0.0.3",
.fingerprint = 0x6cdf34f781a98a97,
.minimum_zig_version = "0.15.0",
.dependencies = .{
.tree_sitter = .{
.url = "git+https://github.com/tree-sitter/zig-tree-sitter#03733bad4b6bfd1c642f61ff13bedb2ae4ff8b29",
.hash = "tree_sitter-0.25.0-8heIf4xwAQCcM_rEJFSvWcc0Y6TaXQPw1kFZRWoea4Ne",
},
.tree_sitter_c = .{
.url = "git+https://github.com/tree-sitter/tree-sitter-c#586dd62ad4d3532895ea80a8382d21307b4733bd",
.hash = "tree_sitter_c-0.24.1-ns1YLwdjQACIi5BEwewiqu6a6Zcl91RWoSWbz0KmxUOj",
},
.tree_sitter_cpp = .{
.path = "vendor/tree-sitter-cpp",
},
.argonaut = .{
.path = "vendor/argonaut",
},
.zig_toml = .{
.url = "git+https://github.com/sam701/zig-toml#7e94b0a6fa1c846779304a1b8d7493091d793095",
.hash = "toml-0.3.0-bV14BVyFAQDTlzyP2Tw_GGoF7Q3QqP94nLAvB1djeE8S",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"test",
"vendor",
},
}