mcgoo / vcpkg-rs

Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS
https://docs.rs/vcpkg
Apache License 2.0
108 stars 22 forks source link

Drop cargo vcpkg #38

Closed waych closed 3 years ago

waych commented 3 years ago

This PR drops the cargo-vcpkg crate from this repo, and reorganizes things to move the vcpkg crate to the top-level, rather than have the top-level be a workspace.

This completes the transition of cargo-vcpkg (once published as 0.1.6), and also addresses missing test-data, READMEs and LICENSE files in the published vcpkg crate (addressing issues #33 and #35 filed by Fedora maintainers).