rust-webvr-api 0.16.0

Safe rust API that provides a way to interact with Virtual Reality headsets and integration with vendor specific SDKs like OpenVR and Oculus. The API is inspired on the easy to use WebVR API but adapted to Rust design patterns
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 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 = "rust-webvr-api"
version = "0.16.0"
authors = ["The Servo Project Developers"]
description = "Safe rust API that provides a way to interact with Virtual Reality headsets \nand integration with vendor specific SDKs like OpenVR and Oculus. The API is inspired on the \neasy to use WebVR API but adapted to Rust design patterns"
homepage = "https://github.com/servo/rust-webvr"
keywords = ["webvr", "openvr", "oculus", "headset", "vr"]
license = "MPL-2.0"
repository = "https://github.com/servo/rust-webvr"
[dependencies.ipc-channel]
version = "0.12"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.sparkle]
version = "0.1"

[dependencies.time]
version = "0.1"
optional = true

[features]
default = ["utils", "jni_utils"]
ipc = ["serde-serialization", "ipc-channel"]
jni_utils = ["android_injected_glue"]
serde-serialization = ["serde", "serde_derive"]
utils = ["time"]
[target."cfg(target_os = \"android\")".dependencies.android_injected_glue]
version = "0.2.2"
optional = true