Skip to content

Commit 46fc41f

Browse files
author
Rene Eichhorn
committed
updated binding to 1.0.1
1 parent 9440136 commit 46fc41f

File tree

22 files changed

+15173
-689
lines changed

22 files changed

+15173
-689
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
55
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
66
Cargo.lock
7+
8+
/.idea/

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openvr_sys"
3-
version = "0.1.2"
3+
version = "1.0.1"
44
authors = [
55
"Colin Sherratt",
66
"Erick Tryzelaar",

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
#[cfg(target_os="macos")]
42
fn main() {
53
println!("cargo:rustc-link-search={}/openvr/lib/osx32", env!("CARGO_MANIFEST_DIR"));

0 commit comments

Comments
 (0)