You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately that would require all users to install the cbindgen binary with cargo install cbindgen --features=binary or else they'll get a 'descriptive' error. This could be okay.
And you can disable building with clap by disabling the default features. E.g. this in your own Cargo.toml: cbindgen = { version ="0.25", default-features = false }
There is no need in
clap
when we usecbindgen
in a build script.The text was updated successfully, but these errors were encountered: