moved sys to other repo, preparation for crates release

This commit is contained in:
Rene Eichhorn
2016-05-11 22:06:20 +02:00
parent 057caff954
commit c12c0f3430
9 changed files with 36 additions and 2744 deletions

View File

@@ -1,13 +0,0 @@
[package]
name = "openvr_sys"
version = "0.1.0"
authors = [
"Colin Sherratt",
"Erick Tryzelaar"
]
build = "build.rs"
[lib]
name = "openvr_sys"
path = "lib.rs"

View File

@@ -1,19 +0,0 @@
#[cfg(target_os="macos")]
fn main() {
println!("cargo:rustc-link-search={}/../../openvr/lib/osx32", env!("CARGO_MANIFEST_DIR"));
println!("cargo:rustc-link-search={}/../../openvr/bin/osx32", env!("CARGO_MANIFEST_DIR"));
}
#[cfg(target_os="linux")]
fn main() {
println!("cargo:rustc-link-search={}/../../openvr/lib/linux64", env!("CARGO_MANIFEST_DIR"));
println!("cargo:rustc-link-search={}/../../openvr/bin/linux64", env!("CARGO_MANIFEST_DIR"));
}
#[cfg(target_os="windows")]
fn main() {
println!("cargo:rustc-link-search={}\\..\\..\\openvr\\lib\\win64", env!("CARGO_MANIFEST_DIR"));
println!("cargo:rustc-link-search={}\\..\\..\\openvr\\bin\\win64", env!("CARGO_MANIFEST_DIR"));
}

File diff suppressed because it is too large Load Diff