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
105 stars 22 forks source link

Release a new version to crates.io #62

Open crosscode-nl opened 1 month ago

crosscode-nl commented 1 month ago

Hi everybody,

Great work on this project.

We found that the code contains some changes that will make this crate work in our vcpkg manifest mode scenario.

We have a blocker because we can't publish a package to a registry because for these features we have to reference the crate from git instead of crates.io

What would be necessary to release a new version to crates.io containing the latest changes? Is there any way I can assist?

JohnstonJ commented 1 week ago

I second this. I am using vcpkg manifest mode to build FFmpeg. That part was easy. Now it's proving unreasonably difficult to tell ffmpeg-next (which uses vcpkg) how to find the resulting libraries. Apparently the master branch has better support for vcpkg manifest mode? It would be nice for that to be available on crates.io...