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

Commit 577f33b

Browse files
committed
Do not use deprecated bindgen methods
1 parent d443e30 commit 577f33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)