feat(bindings): add opt-in zig bindings
This commit is contained in:
parent
3074c0adf2
commit
5cfeba9c0d
7 changed files with 128 additions and 5 deletions
|
|
@ -28,6 +28,11 @@ dist/
|
|||
*.exp
|
||||
*.lib
|
||||
|
||||
# Zig artifacts
|
||||
.zig-cache/
|
||||
zig-cache/
|
||||
zig-out/
|
||||
|
||||
# Example dirs
|
||||
/examples/*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue