[package] name = "webvr" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" publish = false [lib] name = "webvr" path = "lib.rs" [dependencies] canvas_traits = {path = "../canvas_traits"} euclid = "0.15" ipc-channel = "0.8" log = "0.3" msg = {path = "../msg"} rust-webvr = {version = "0.8", features = ["openvr"]} script_traits = {path = "../script_traits"} servo_config = {path = "../config"} webvr_traits = {path = "../webvr_traits" }