mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Use webxr git repo for all webxr dependencies in Cargo.tomls
This commit is contained in:
parent
91d1b52b38
commit
135ad4a2f4
5 changed files with 4 additions and 6 deletions
|
@ -55,7 +55,7 @@ libservo = {path = "../../components/servo"}
|
|||
libc = "0.2"
|
||||
log = "0.4"
|
||||
rust-webvr = { version = "0.13", features = ["glwindow"] }
|
||||
webxr = { version = "0.0.1", features = ["glwindow"] }
|
||||
webxr = { git = "https://github.com/servo/webxr", features = ["glwindow"] }
|
||||
tinyfiledialogs = "3.0"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue