Restore Rust bindings generation with newer bindgen 0.65.1
This commit is contained in:
parent
9fd128ed60
commit
f01c4f8376
2 changed files with 56 additions and 315 deletions
|
|
@ -4,7 +4,6 @@ output_path=lib/binding_rust/bindings.rs
|
|||
header_path='lib/include/tree_sitter/api.h'
|
||||
|
||||
bindgen \
|
||||
--size_t-is-usize \
|
||||
--no-layout-tests \
|
||||
--allowlist-type '^TS.*' \
|
||||
--allowlist-function '^ts_.*' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue