File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ edition = "2018"
15
15
libc = " 0.2"
16
16
17
17
[build-dependencies ]
18
- bindgen = { version = " 0.57 .0" , default-features = false , features = [" runtime" ] }
18
+ bindgen = { version = " 0.58 .0" , default-features = false , features = [" runtime" ] }
19
19
proc-macro2 = " 1.0.6"
20
20
quote = " 1.0.2"
21
21
miniserde = " =0.1.13"
Original file line number Diff line number Diff line change @@ -160,10 +160,10 @@ mod header_binding {
160
160
#[ allow( unused_mut) ]
161
161
let mut builder = bindgen:: Builder :: default ( )
162
162
. header ( "godot_headers/gdnative_api_struct.gen.h" )
163
- . whitelist_type ( "godot.*" )
164
- . whitelist_function ( "godot.*" )
165
- . whitelist_var ( "godot.*" )
166
- . whitelist_type ( "GDNATIVE.*" )
163
+ . allowlist_type ( "godot.*" )
164
+ . allowlist_function ( "godot.*" )
165
+ . allowlist_var ( "godot.*" )
166
+ . allowlist_type ( "GDNATIVE.*" )
167
167
. derive_default ( true )
168
168
. ignore_functions ( )
169
169
. size_t_is_usize ( true )
You can’t perform that action at this time.
0 commit comments