feat(bindings): add opt-in zig bindings

This commit is contained in:
ObserverOfTime 2025-01-24 16:55:24 +02:00 committed by Amaan Qureshi
parent 3074c0adf2
commit 5cfeba9c0d
7 changed files with 128 additions and 5 deletions

View file

@ -272,6 +272,10 @@
"swift": {
"type": "boolean",
"default": true
},
"zig": {
"type": "boolean",
"default": false
}
},
"additionalProperties": false