[go: up one dir, main page]

vcpkg 0.1.3

A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "vcpkg"
version = "0.1.3"
authors = ["Jim McGrath <jimmc2@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/mcgoo/vcpkg-rs"
documentation = "https://docs.rs/vcpkg"
description = """
A library to find native dependencies in a vcpkg tree at build
time in order to be used in Cargo build scripts.
"""
keywords = ["build-dependencies"]

[dependencies]