diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/canvas_traits/Cargo.toml | 2 | ||||
-rw-r--r-- | components/compositing/Cargo.toml | 2 | ||||
-rw-r--r-- | components/servo/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/components/canvas_traits/Cargo.toml b/components/canvas_traits/Cargo.toml index d9c9faaae6d..c477e3c8c06 100644 --- a/components/canvas_traits/Cargo.toml +++ b/components/canvas_traits/Cargo.toml @@ -27,4 +27,4 @@ serde_bytes = "0.10" servo_config = {path = "../config"} webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]} webvr_traits = {path = "../webvr_traits"} -webxr-api = "0.0.1" +webxr-api = {git = "https://github.com/servo/webxr"} diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index 57c34870f69..6ac076e3362 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -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" diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 0b927391f92..7d03959d767 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -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"} |