mirror of
https://github.com/servo/servo.git
synced 2025-09-15 17:38:23 +01:00
WebVR API Implementation, r=larsbergstrom
This commit is contained in:
parent
13826970c4
commit
c5705bff50
70 changed files with 13044 additions and 20 deletions
17
components/webvr_traits/Cargo.toml
Normal file
17
components/webvr_traits/Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "webvr_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "webvr_traits"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ipc-channel = "0.5"
|
||||
msg = {path = "../msg"}
|
||||
serde = "0.8"
|
||||
serde_derive = "0.8"
|
||||
rust-webvr = {version = "0.1", features = ["serde-serialization"]}
|
Loading…
Add table
Add a link
Reference in a new issue