mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Allow the embedder to register their own VRServices
This commit is contained in:
parent
c80c3f3167
commit
a062c40567
9 changed files with 48 additions and 45 deletions
|
@ -21,7 +21,7 @@ euclid = "0.19"
|
|||
ipc-channel = "0.11"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.9", features = ["openvr", "vrexternal"]}
|
||||
rust-webvr = {version = "0.10", features = ["openvr", "vrexternal"]}
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
webvr_traits = {path = "../webvr_traits" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue