Update bindgen to latest 0.54

Also set size_t_is_usize to true to avoid tons of type cast problems.
This commit is contained in:
Zhiming Wang
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent e99055268d
commit f99e645713
+1
View File
@@ -1034,6 +1034,7 @@ fn main() {
.rustified_enum("*")
.prepend_enum_name(false)
.derive_eq(true)
.size_t_is_usize(true)
.parse_callbacks(Box::new(IntCallbacks));
// The input headers we would like to generate