feat: zig rewrite
This commit is contained in:
commit
0213276406
19 changed files with 865 additions and 0 deletions
24
build.zig.zon
Executable file
24
build.zig.zon
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
.{
|
||||
.name = .htmlua,
|
||||
.version = "1.0.0-alpha",
|
||||
.fingerprint = 0xb94bab7ca04adb0c,
|
||||
.minimum_zig_version = "0.16.0",
|
||||
.dependencies = .{
|
||||
.tree_sitter = .{
|
||||
.url = "git+https://github.com/tree-sitter/zig-tree-sitter.git#b562510b5563dcf3b7fcac4a5fe9d60834c84667",
|
||||
.hash = "tree_sitter-0.26.0-8heIf-vDAQDh0HhAAUVwVZFmLrwSKMZl5gRaVFqtas0W",
|
||||
},
|
||||
.eazy_zig_tree_sitter = .{
|
||||
.url = "git+https://git.gae.moe/grace/eazy-zig-tree-sitter.git#8d1fa80a0e225282f607a1e2b2504cfdbf427cfa",
|
||||
.hash = "eazy_zig_tree_sitter-0.0.0-QEABqToEAwCwlPVt4G7QS6E6vicz4SISg8N93xRr8t8K",
|
||||
},
|
||||
},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
"examples",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue