All Projects → mcgoo → vcpkg-rs

mcgoo / vcpkg-rs

Licence: other
Build library for finding native libraries in vcpkg for Rust - Windows (msvc), Linux and macOS

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to vcpkg-rs

www
my website built using Rust (stdweb) → .wasm (also: dat://ricky.codes)
Stars: ✭ 12 (-82.35%)
Mutual labels:  cargo
cargo-esr
Extended Search & Ranking tool for crates.
Stars: ✭ 23 (-66.18%)
Mutual labels:  cargo
fe
A super-fast and easy to use command line fuzzy file searcher built with the rust programming language.
Stars: ✭ 23 (-66.18%)
Mutual labels:  cargo
rust-kernel-barebones
A minimal 64-bit rust kernel and a bunch of configuration scripts that can be used to bootstrap Operating system development using Nightly-Rust compiler.
Stars: ✭ 42 (-38.24%)
Mutual labels:  cargo
cargo-msrv
🦀 Find the minimum supported Rust version (MSRV) for your project
Stars: ✭ 247 (+263.24%)
Mutual labels:  cargo
build-rust
Script helper for building rustc and cargo from source on OpenBSD (without rustup)
Stars: ✭ 33 (-51.47%)
Mutual labels:  cargo
nix-template
Make creating nix expressions easy
Stars: ✭ 161 (+136.76%)
Mutual labels:  cargo
CDT-plusplus
Causal Dynamical Triangulations in C++ using CGAL
Stars: ✭ 49 (-27.94%)
Mutual labels:  vcpkg
cargo-deny-action
❌ GitHub Action for cargo-deny 🦀
Stars: ✭ 45 (-33.82%)
Mutual labels:  cargo
cargo-testify
Watches changes in a rust project, runs test and shows friendly notification
Stars: ✭ 76 (+11.76%)
Mutual labels:  cargo
RustLabs
The Ultimate Workshop Track for #Rust Developer
Stars: ✭ 22 (-67.65%)
Mutual labels:  cargo
cargo-trim
Binary application to clean up .cargo/registry & .cargo/git cache
Stars: ✭ 15 (-77.94%)
Mutual labels:  cargo
packagehub
An extension for displaying dependencies of projects on GitHub
Stars: ✭ 71 (+4.41%)
Mutual labels:  cargo
cargo-valgrind
A cargo subcommand, that runs valgrind and displays its output in a helpful manner.
Stars: ✭ 66 (-2.94%)
Mutual labels:  cargo
project
☕️ Create node, rust, python or ruby project locally and on github (private or public)
Stars: ✭ 19 (-72.06%)
Mutual labels:  cargo
crates.nvim
A neovim plugin that helps managing crates.io dependencies
Stars: ✭ 252 (+270.59%)
Mutual labels:  cargo
dcos-k8s-rust-skaffold-demo
A demo of pipelining Rust application development to Kubernetes on DC/OS with Skaffold.
Stars: ✭ 40 (-41.18%)
Mutual labels:  cargo
rhack
Temporary edit external crates that your project depends on
Stars: ✭ 104 (+52.94%)
Mutual labels:  cargo
nixcrates
DEPRECATED reads rust-lang/crates.io-index and outputs nix expressions into fractalide/nix-crates-index
Stars: ✭ 14 (-79.41%)
Mutual labels:  cargo
cargo-clone
A cargo subcommand to fetch the source code of a Rust crate
Stars: ✭ 72 (+5.88%)
Mutual labels:  cargo

vcpkg-rs Windows macOS Linux

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].