# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "openvr_sys" version = "2.0.3" authors = ["Colin Sherratt", "Erick Tryzelaar", "Rene Eichhorn", "Benjamin Saunders"] build = "build.rs" exclude = ["openvr/samples/*", "openvr/bin/*", "openvr/lib/*", "openvr/controller_callouts/*"] description = "Raw unsafe system binding for openvr" keywords = ["vr", "vive", "steamvr"] categories = ["hardware-support", "external-ffi-bindings"] license = "MIT" repository = "https://github.com/rust-openvr/rust-openvr-sys" [lib] name = "openvr_sys" path = "lib.rs" [build-dependencies.bindgen] version = "0.49" optional = true [build-dependencies.cmake] version = "0.1" [features] buildtime_bindgen = ["bindgen"] default = [] [badges.maintenance] status = "passively-maintained"