Skip to content

Commit

Permalink
allow __uint32_t so the id structs are Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan1729 committed Mar 8, 2022
1 parent 0460117 commit 4edf2f4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 193 deletions.
2 changes: 1 addition & 1 deletion sokol-bindings-sys/generate-bindings
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bindgen wrapper.h -o src/gl_core_3_3.rs \
--use-core \
--allowlist-function '^(sg|sapp)_.*' \
--allowlist-type '^(sg|sapp)_.*' \
--blocklist-type '^__.*' \
--blocklist-type '^__uint[86].*' \
--impl-debug \
--with-derive-default \
--size_t-is-usize \
Expand Down

0 comments on commit 4edf2f4

Please sign in to comment.