Use webxr git repo for all webxr dependencies in Cargo.tomls

This commit is contained in:
Alan Jeffrey 2019-07-01 12:35:12 -05:00
parent 91d1b52b38
commit 135ad4a2f4
5 changed files with 4 additions and 6 deletions

View file

@ -78,7 +78,7 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webdriver_server = {path = "../webdriver_server", optional = true}
webvr = {path = "../webvr"}
webvr_traits = {path = "../webvr_traits"}
webxr-api = "0.0.1"
webxr-api = {git = "https://github.com/servo/webxr"}
[target.'cfg(all(not(target_os = "windows"), not(target_os = "ios"), not(target_os="android"), not(target_arch="arm"), not(target_arch="aarch64")))'.dependencies]
gaol = {git = "https://github.com/servo/gaol"}