v0.9.0
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)