Skip to content

Commit d11dacd

Browse files
committed
Use our own fork of autocxx-bindgen
This is needed for Clang 22 support unless adetaylor/rust-bindgen#17 gets merged.
1 parent 1fca5ac commit d11dacd

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ log = "0.4"
3030
proc-macro2 = "1.0.11"
3131
quote = "1.0"
3232
indoc = "1.0"
33-
autocxx-bindgen = { version = "=0.73.0", default-features = false, features = ["logging", "which-rustfmt"] }
34-
#autocxx-bindgen = { git = "https://github.com/adetaylor/rust-bindgen", branch = "all-modules-raw-line", default-features = false, features = ["logging", "which-rustfmt"] }
33+
autocxx-bindgen = { git = "https://github.com/tchebb/rust-bindgen", branch = "openwv-fixes", default-features = false, features = ["logging", "which-rustfmt"] }
3534
itertools = "0.10.3"
3635
cc = { version = "1.0", optional = true }
3736
# Note: Keep the patch-level version of cxx-gen and cxx in sync.

0 commit comments

Comments
 (0)