mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
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:
committed by
Till Höppner
parent
e99055268d
commit
f99e645713
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user