vendor: add lexbor deps submodule

This commit is contained in:
Pierre Tachoire
2023-09-01 10:35:14 +02:00
parent e6183bf300
commit 85c5662dbc
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,2 @@
zig-cache
zig-out
vendor

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "vendor/lexbor"]
path = vendor/lexbor
url = https://github.com/lexbor/lexbor

1
vendor/lexbor vendored Submodule

Submodule vendor/lexbor added at b2c0a617f3