Skip to content

Commit

Permalink
move to opaque pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalsom committed Jul 6, 2024
1 parent b2530e6 commit 9338ccf
Show file tree
Hide file tree
Showing 4 changed files with 1,038 additions and 30 deletions.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ fn main() {
println!("cargo:rerun-if-changed={}", lib_path);

let bindings_result = bindgen::Builder::default()
.no_copy(".*")
.header(header_path)
.allowlist_function("OPL3.*")
.no_copy("OPL3.*")
.parse_callbacks(Box::new(RenameCallbacks))
.generate();

Expand Down
Loading

0 comments on commit 9338ccf

Please sign in to comment.