servo/components/webvr/Cargo.toml
2017-02-28 19:31:25 +01:00

19 lines
439 B
TOML

[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]
ipc-channel = "0.7"
log = "0.3"
msg = {path = "../msg"}
script_traits = {path = "../script_traits"}
servo_config = {path = "../config"}
webvr_traits = {path = "../webvr_traits" }
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}