mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Pass events loop to glwindow test webvr implementation
This commit is contained in:
parent
18477d1e1e
commit
1e5e3c95c9
7 changed files with 24 additions and 16 deletions
|
@ -22,8 +22,8 @@ gleam = "0.6"
|
|||
ipc-channel = "0.11.2"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.11.4", features = ["mock", "openvr", "vrexternal"]}
|
||||
rust-webvr-api = "0.11.4"
|
||||
rust-webvr = {version = "0.12", features = ["mock", "openvr", "vrexternal"]}
|
||||
rust-webvr-api = "0.12"
|
||||
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