[package]
edition = "2021"
name = "openvr"
version = "0.9.0"
authors = [
"Colin Sherratt",
"Erick Tryzelaar",
"Rene Eichhorn",
"Benjamin Saunders",
"Alexander Brook Perry",
"Arthur Brainville",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level binding for OpenVR."
homepage = "https://github.com/rust-openvr/rust-openvr"
readme = "README.md"
keywords = [
"vr",
"vive",
"steamvr",
]
categories = [
"hardware-support",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/rust-openvr/rust-openvr"
[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
repository = "rust-openvr/rust-openvr"
[features]
default = []
submit_d3d11 = ["dep:windows"]
submit_d3d12 = ["dep:windows"]
[lib]
name = "openvr"
path = "src/lib.rs"
[[example]]
name = "test"
path = "examples/test.rs"
[dependencies.enumset]
version = "1.1.10"
[dependencies.lazy_static]
version = "1.3.0"
[dependencies.openvr_sys]
version = "2.1.4"
[dependencies.windows]
version = "0.62.2"
features = [
"Win32_Graphics_Direct3D12",
"Win32_Graphics_Direct3D11",
]
optional = true