Files
rust-openvr/Cargo.toml
Benjamin Saunders 07b033505e Remove outdated documentation link
docs.rs should serve fine for our purposes.
2017-10-08 19:15:17 -07:00

27 lines
601 B
TOML

[package]
name = "openvr"
version = "0.5.1"
authors = [
"Colin Sherratt",
"Erick Tryzelaar",
"Rene Eichhorn",
"Benjamin Saunders"
]
license-file = "LICENSE.md"
homepage = "https://github.com/rust-openvr/rust-openvr"
repository = "https://github.com/rust-openvr/rust-openvr"
description = "A high-level binding for openvr."
keywords = ["vr", "vive", "steamvr"]
categories = [ "hardware-support", "api-bindings" ]
[badges]
travis-ci = { repository = "rust-openvr/rust-openvr" }
maintenance = { status = "passively-maintained" }
[dependencies]
openvr_sys = "2"
lazy_static = "0.2.8"