mirror of
https://github.com/servo/servo.git
synced 2025-07-11 17:33:47 +01:00
17 lines
324 B
TOML
17 lines
324 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.11"
|
|
msg = {path = "../msg"}
|
|
rust-webvr-api = {version = "0.10.3", features = ["ipc"]}
|
|
serde = "1.0"
|