Files
rust-openvr/Cargo.toml
Christoph Schulz 6aaa7d279a Upgrade to OpenVR 1.4.18 (#40)
Cleanup and update to latest openvr-sys
2019-07-09 17:29:13 -07:00

27 lines
593 B
TOML

[package]
name = "openvr"
version = "0.6.0"
authors = [
"Colin Sherratt",
"Erick Tryzelaar",
"Rene Eichhorn",
"Benjamin Saunders"
]
license = "MIT"
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.0.3"
lazy_static = "1.3.0"