Skip to content

Commit

Permalink
chore: regenerate bindings with a newer bindgen version
Browse files Browse the repository at this point in the history
This gets rid of some alignment tests in favor of const assertions,
which is neat.
  • Loading branch information
AlexTMjugador committed Nov 28, 2024
1 parent 958da9e commit 96be622
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 1,690 deletions.
1 change: 0 additions & 1 deletion packages/aotuv_lancer_vorbis_sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ fn main() {
.blocklist_item("FILE")
.blocklist_item("ogg_.*")
.blocklist_item("__.*")
.size_t_is_usize(true)
.generate()
.expect("Unable to generate bindings")
.write_to_file("src/bindings.rs")
Expand Down
Loading

0 comments on commit 96be622

Please sign in to comment.