#cargo-build #vcpkg #command-line-tool #build-dependencies #cargo-metadata #utility #found

app vcpkg_cli

A command line utility to investigate which libraries will be found by the vcpkg Cargo build helper

6 releases

Uses old Rust 2015

0.2.4 Dec 2, 2019
0.2.3 Aug 21, 2018
0.2.2 Jun 14, 2018
0.2.1 Jun 14, 2017
0.1.2 Apr 26, 2017

#1375 in Command line utilities

Download history 11/week @ 2024-01-28 1/week @ 2024-02-04 1/week @ 2024-02-18 40/week @ 2024-02-25 17/week @ 2024-03-03

58 downloads per month

MIT/Apache

220KB
2K SLoC

vcpkg-rs Windows macOS Linux WASM

Documentation Changelog

This is a helper for finding libraries in a Vcpkg installation from cargo build scripts. It works similarly to pkg-config. It works on Windows (MSVC ABI), Linux and MacOS.

Example

Find the library named foo in a Vcpkg installation and emit cargo metadata to link it:

// build.rs
fn main() {
    vcpkg::find_package("foo").unwrap();
}

See the crate documentation for more information. See cargo-vcpkg for a convenient way of creating a vcpkg installation.

License

See LICENSE-APACHE, and LICENSE-MIT for details.

Dependencies

~425KB