Skip to content

Releases: lu-zero/cargo-c

v0.6.5

05 May 13:27
Compare
Choose a tag to compare
  • windows-msvc support.
  • pre-compiled binaries provided on the GitHub release.

v0.6.4

24 Apr 04:54
Compare
Choose a tag to compare
  • Use cargo 0.44
  • Correctly install the specified library-type, including the pkg-config file with the correct link-line.

v0.6.3

16 Apr 19:07
Compare
Choose a tag to compare

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

22 Mar 16:04
Compare
Choose a tag to compare
  • 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

22 Mar 05:50
Compare
Choose a tag to compare
  • Correct the fingerprint system
  • Correctly handle library names with -

Full rewrite

21 Mar 15:29
Compare
Choose a tag to compare

Update dependencies

16 Mar 09:58
Compare
Choose a tag to compare
  • Use cbindgen 0.13.1

Update dependencies

16 Mar 09:57
Compare
Choose a tag to compare
  • Use the new cbindgen.

Bugfix release

17 Dec 06:59
Compare
Choose a tag to compare
  • Fix the incomplete bsd support (hopefully)

New feature release

14 Dec 16:46
Compare
Choose a tag to compare
  • Add support for DragonFly BSD and NetBSD.
  • Support correctly crates with dashes in their name.