mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -40,7 +40,7 @@ webrender = {git = "https://github.com/servo/webrender", features = ["capture"]}
|
|||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
webvr_traits = {path = "../webvr_traits"}
|
||||
webvr = {path = "../webvr"}
|
||||
webxr-api = "0.0.1"
|
||||
webxr-api = {git = "https://github.com/servo/webxr"}
|
||||
|
||||
[build-dependencies]
|
||||
toml = "0.4.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue