From 15e147f2554c12418e8601321d62e2397a570a2c Mon Sep 17 00:00:00 2001 From: Rene Eichhorn Date: Sun, 10 Apr 2016 15:15:24 +0200 Subject: [PATCH] fixed lib name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc2fe7a..f64c630 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ ] [lib] -name = "vr" +name = "openvr" path = "src/lib.rs" [dependencies.openvr_sys]