mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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
|
@ -36,6 +36,7 @@ servo_config = {path = "../config", features = ["servo"]}
|
|||
servo_rand = {path = "../rand"}
|
||||
servo_remutex = {path = "../remutex"}
|
||||
servo_url = {path = "../url", features = ["servo"]}
|
||||
webvr_traits = {path = "../webvr_traits"}
|
||||
|
||||
[dependencies.webrender_traits]
|
||||
git = "https://github.com/servo/webrender"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue