Closed br0kenpixel closed 1 year ago
Sorry. Just after this issue was created, I mistakenly created a duplicate as #75.
As I mentioned in #75, this error seems to be caused by a change in the behavior of Clang that was updated recently, and can be resolved by updating the bindgen
crate that this crate depends on.
The master
branch's Cargo.toml
has already been updated by Dependabot to use bindgen
v0.64, which has already fixed this issue, so I think releasing this should eliminate the error.
Thanks! It works now.
I have an empty project with the following
Cargo.toml
:Running
cargo build
fails with the following error: