Releases: lu-zero/cargo-c
Releases · lu-zero/cargo-c
v0.6.9
Features
- Support custom-named
dlltool
#87
- Add a
capi
applet to avoid having Windows trip on calling cargo-cinstall.exe
due its security model.
Fixes
- Make
--destdir
working on Windows #89
- Make
install
work when cross compiling #86
- Avoid building the impl lib if only static-libs are required
v0.6.8
- Manage correctly
--target
#82
v0.6.7
Same as v0.6.7, but requires cargo 1.45 for consistency.
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
windows-msvc
support.
- pre-compiled binaries provided on the GitHub release.
v0.6.4
- Use
cargo 0.44
- Correctly install the specified
library-type
, including the pkg-config file with the correct link-line.
v0.6.3
Fixes
- Support running from subcrates in a workspace (e.g. av-metrics)
- Unbreak
-v
Additional features
- Have a mean to build (and install) a only static or dynamic library (
--library-type
)
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.
New bugfix release
- Correct the fingerprint system
- Correctly handle library names with
-