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
|
|
@ -239,6 +239,7 @@ pub struct Bindings {
|
|||
pub python: bool,
|
||||
pub rust: bool,
|
||||
pub swift: bool,
|
||||
pub zig: bool,
|
||||
}
|
||||
|
||||
impl Default for Bindings {
|
||||
|
|
@ -252,6 +253,7 @@ impl Default for Bindings {
|
|||
python: true,
|
||||
rust: true,
|
||||
swift: true,
|
||||
zig: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue