servo/components/webvr_traits/Cargo.toml
2019-09-11 11:40:04 -04:00

17 lines
322 B
TOML

[package]
name = "webvr_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false
[lib]
name = "webvr_traits"
path = "lib.rs"
[dependencies]
ipc-channel = "0.12"
msg = {path = "../msg"}
rust-webvr-api = {version = "0.16", features = ["ipc"]}
serde = "1.0"