openvr 0.9.0

A high-level binding for OpenVR.
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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