Releases: lu-zero/cargo-c
Releases · lu-zero/cargo-c
v0.6.11-cbindgen-0.14.3
Do not use it.
v0.6.10
- Provide a mean to override the header name, it can be useful if you want to craft a API-compatible library while allowing to have it installed in parallel with the other implementation.
- The feature
capi
now can be used to add optional dependencies, it will be enabled by default when building.
v0.6.9
v0.6.8
v0.6.7
v0.6.6
Fix a problem with rustc-1.44 changing its library extension for windows.
From this version rustc-1.44
or later will be needed.
v0.6.5
v0.6.4
v0.6.3
New bugfix release
- Fix some global command line parsing issue (
verbose
,frozen
, etc) - Fix the default pkg-config file generation
- Make sure the
--cfg cargo_c
is passed to the compiler.