mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
More Cargo.toml updates
This commit is contained in:
parent
b5a3f016db
commit
0da9ba5bbe
4 changed files with 27 additions and 28 deletions
|
@ -29,8 +29,8 @@ futures = "0.1"
|
||||||
headers = "0.2"
|
headers = "0.2"
|
||||||
http = "0.1"
|
http = "0.1"
|
||||||
hyper = "0.12"
|
hyper = "0.12"
|
||||||
hyper_serde = "0.11"
|
|
||||||
hyper-openssl = "0.7"
|
hyper-openssl = "0.7"
|
||||||
|
hyper_serde = "0.11"
|
||||||
immeta = "0.4"
|
immeta = "0.4"
|
||||||
ipc-channel = "0.14"
|
ipc-channel = "0.14"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
|
@ -39,7 +39,7 @@ log = "0.4"
|
||||||
malloc_size_of = { path = "../malloc_size_of" }
|
malloc_size_of = { path = "../malloc_size_of" }
|
||||||
malloc_size_of_derive = "0.1"
|
malloc_size_of_derive = "0.1"
|
||||||
mime = "0.3"
|
mime = "0.3"
|
||||||
mime_guess = "2.0.0-alpha.6"
|
mime_guess = "2.0.0"
|
||||||
msg = { path = "../msg" }
|
msg = { path = "../msg" }
|
||||||
net_traits = { path = "../net_traits" }
|
net_traits = { path = "../net_traits" }
|
||||||
openssl = "0.10"
|
openssl = "0.10"
|
||||||
|
@ -54,16 +54,16 @@ servo_allocator = {path = "../allocator"}
|
||||||
servo_arc = { path = "../servo_arc" }
|
servo_arc = { path = "../servo_arc" }
|
||||||
servo_config = { path = "../config" }
|
servo_config = { path = "../config" }
|
||||||
servo_url = { path = "../url" }
|
servo_url = { path = "../url" }
|
||||||
tokio = "0.1"
|
|
||||||
time = "0.1.17"
|
time = "0.1.17"
|
||||||
|
tokio = "0.1"
|
||||||
url = "2.0"
|
url = "2.0"
|
||||||
uuid = { version = "0.8", features = ["v4"] }
|
uuid = { version = "0.8", features = ["v4"] }
|
||||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||||
ws = { version = "0.9", features = ["ssl"] }
|
ws = { version = "0.9", features = ["ssl"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
std_test_override = { path = "../std_test_override" }
|
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
|
std_test_override = { path = "../std_test_override" }
|
||||||
tokio-openssl = "0.3"
|
tokio-openssl = "0.3"
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
|
|
|
@ -73,7 +73,7 @@ malloc_size_of_derive = "0.1"
|
||||||
media = { path = "../media" }
|
media = { path = "../media" }
|
||||||
metrics = { path = "../metrics" }
|
metrics = { path = "../metrics" }
|
||||||
mime = "0.3.13"
|
mime = "0.3.13"
|
||||||
mime_guess = "2.0.0-alpha.6"
|
mime_guess = "2.0.0"
|
||||||
mitochondria = "1.1.2"
|
mitochondria = "1.1.2"
|
||||||
msg = { path = "../msg" }
|
msg = { path = "../msg" }
|
||||||
net_traits = { path = "../net_traits" }
|
net_traits = { path = "../net_traits" }
|
||||||
|
@ -92,6 +92,7 @@ script_traits = { path = "../script_traits" }
|
||||||
selectors = { path = "../selectors" }
|
selectors = { path = "../selectors" }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_bytes = "0.11"
|
serde_bytes = "0.11"
|
||||||
|
servo-media = { git = "https://github.com/servo/media" }
|
||||||
servo_allocator = { path = "../allocator" }
|
servo_allocator = { path = "../allocator" }
|
||||||
servo_arc = { path = "../servo_arc" }
|
servo_arc = { path = "../servo_arc" }
|
||||||
servo_atoms = { path = "../atoms" }
|
servo_atoms = { path = "../atoms" }
|
||||||
|
@ -99,7 +100,6 @@ servo_config = { path = "../config" }
|
||||||
servo_geometry = { path = "../geometry" }
|
servo_geometry = { path = "../geometry" }
|
||||||
servo_rand = { path = "../rand" }
|
servo_rand = { path = "../rand" }
|
||||||
servo_url = { path = "../url" }
|
servo_url = { path = "../url" }
|
||||||
servo-media = { git = "https://github.com/servo/media" }
|
|
||||||
smallvec = { version = "0.6", features = ["std", "union"] }
|
smallvec = { version = "0.6", features = ["std", "union"] }
|
||||||
sparkle = "0.1"
|
sparkle = "0.1"
|
||||||
style = { path = "../style", features = ["servo"] }
|
style = { path = "../style", features = ["servo"] }
|
||||||
|
|
|
@ -25,14 +25,14 @@ gstreamer-gl = "0.15"
|
||||||
gstreamer-gl-sys = { version = "0.8", features = ["wayland"] }
|
gstreamer-gl-sys = { version = "0.8", features = ["wayland"] }
|
||||||
gstreamer-sys = "0.8"
|
gstreamer-sys = "0.8"
|
||||||
gstreamer-video = "0.15"
|
gstreamer-video = "0.15"
|
||||||
log = "0.4"
|
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
libservo = { path = "../../components/servo" }
|
libservo = { path = "../../components/servo" }
|
||||||
|
log = "0.4"
|
||||||
servo-media = { git = "https://github.com/servo/media" }
|
servo-media = { git = "https://github.com/servo/media" }
|
||||||
sparkle = "0.1"
|
sparkle = "0.1"
|
||||||
surfman = { git = "https://github.com/servo/surfman" }
|
surfman = { git = "https://github.com/servo/surfman" }
|
||||||
surfman-chains-api = "0.2"
|
|
||||||
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
|
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
|
||||||
|
surfman-chains-api = "0.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
gst-plugin-version-helper = "0.2"
|
gst-plugin-version-helper = "0.2"
|
||||||
|
|
|
@ -18,12 +18,11 @@ layout-2013 = ["simpleservo/layout-2013"]
|
||||||
layout-2020 = ["simpleservo/layout-2020"]
|
layout-2020 = ["simpleservo/layout-2020"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libservo = { path = "../../components/servo", features = ["no_static_freetype"] }
|
|
||||||
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
|
|
||||||
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
|
||||||
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] }
|
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
libservo = { path = "../../components/servo", features = ["no_static_freetype"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
servo-egl = "0.2"
|
servo-egl = "0.2"
|
||||||
|
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
|
||||||
smallvec = "1.3"
|
smallvec = "1.3"
|
||||||
|
webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] }
|
||||||
|
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue