Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit af2e84a

Browse files
authored
Auto merge of #197 - sagudev:patch-1, r=jdm
Update bindgen
2 parents 80700ee + 577f33b commit af2e84a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webxr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ android_injected_glue = { version = "0.2.2", optional = true }
5656

5757
[build-dependencies]
5858
gl_generator = "0.13"
59-
bindgen = "0.53"
59+
bindgen = "0.58"

webxr/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn main() {
4242
if cfg!(feature = "magicleap") {
4343
let mut builder = bindgen::Builder::default()
4444
.header("magicleap/magicleap_c_api.h")
45-
.blacklist_type("MLResult")
45+
.blocklist_type("MLResult")
4646
.size_t_is_usize(true)
4747
.derive_default(true)
4848
.rustfmt_bindings(true);

0 commit comments

Comments
 (0)