Skip to content

v0.9.0

Compare
Choose a tag to compare
@lu-zero lu-zero released this 03 Jul 10:43
· 229 commits to master since this release

Features

  • Allow to override the pkg-config filename.
  • Allow to override the include subdirectory.
  • Make possible to strip components from the -I line in pkg-config
  • Support installing multiple custom headers, pregenerated or generated by build.rs.

Fixes

  • Make sure library name overrides with - are correctly managed.
  • Make sure the generated pkg-config work correctly with clang on windows (it takes only unix-style-paths apparently)