Skip to content

Commit

Permalink
chore: update bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurgel100 committed Nov 27, 2024
1 parent c24ffc0 commit 730c915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ futures = "0.3"
libc = "0.2"

[build-dependencies]
bindgen = "0.66"
bindgen = "0.69"
msfs_sdk = { path = "../msfs_sdk", version = "0.1.0" }
cc = "1.0"
2 changes: 1 addition & 1 deletion msfs/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn main() {
.blocklist_function("nvgFillPaint")
.blocklist_function("nvgStrokeColor")
.blocklist_function("nvgStrokePaint")
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.rustified_enum("SIMCONNECT_EXCEPTION")
.impl_debug(false);

Expand Down

0 comments on commit 730c915

Please sign in to comment.