mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
19 lines
439 B
TOML
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"]}
|