mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +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
|
@ -15,8 +15,6 @@ opt-level = 3
|
||||||
# lto = false
|
# lto = false
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
webxr-api = { git = "https://github.com/servo/webxr.git" }
|
|
||||||
webxr = { git = "https://github.com/servo/webxr.git" }
|
|
||||||
# If you need to temporarily test Servo with a local fork of some upstream
|
# If you need to temporarily test Servo with a local fork of some upstream
|
||||||
# crate, add that here. Use the form:
|
# crate, add that here. Use the form:
|
||||||
#
|
#
|
||||||
|
|
|
@ -27,4 +27,4 @@ serde_bytes = "0.10"
|
||||||
servo_config = {path = "../config"}
|
servo_config = {path = "../config"}
|
||||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||||
webvr_traits = {path = "../webvr_traits"}
|
webvr_traits = {path = "../webvr_traits"}
|
||||||
webxr-api = "0.0.1"
|
webxr-api = {git = "https://github.com/servo/webxr"}
|
||||||
|
|
|
@ -40,7 +40,7 @@ webrender = {git = "https://github.com/servo/webrender", features = ["capture"]}
|
||||||
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||||
webvr_traits = {path = "../webvr_traits"}
|
webvr_traits = {path = "../webvr_traits"}
|
||||||
webvr = {path = "../webvr"}
|
webvr = {path = "../webvr"}
|
||||||
webxr-api = "0.0.1"
|
webxr-api = {git = "https://github.com/servo/webxr"}
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
toml = "0.4.5"
|
toml = "0.4.5"
|
||||||
|
|
|
@ -78,7 +78,7 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||||
webdriver_server = {path = "../webdriver_server", optional = true}
|
webdriver_server = {path = "../webdriver_server", optional = true}
|
||||||
webvr = {path = "../webvr"}
|
webvr = {path = "../webvr"}
|
||||||
webvr_traits = {path = "../webvr_traits"}
|
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]
|
[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"}
|
gaol = {git = "https://github.com/servo/gaol"}
|
||||||
|
|
|
@ -55,7 +55,7 @@ libservo = {path = "../../components/servo"}
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
rust-webvr = { version = "0.13", features = ["glwindow"] }
|
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"
|
tinyfiledialogs = "3.0"
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
|
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue