mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
More Cargo.toml updates
This commit is contained in:
parent
b5a3f016db
commit
0da9ba5bbe
4 changed files with 27 additions and 28 deletions
|
@ -18,19 +18,19 @@ doctest = false
|
|||
base64 = "0.10.1"
|
||||
brotli = "3"
|
||||
bytes = "0.4"
|
||||
content-security-policy = {version = "0.4.0", features = ["serde"]}
|
||||
cookie_rs = {package = "cookie", version = "0.11"}
|
||||
content-security-policy = { version = "0.4.0", features = ["serde"] }
|
||||
cookie_rs = { package = "cookie", version = "0.11" }
|
||||
crossbeam-channel = "0.4"
|
||||
data-url = "0.1.0"
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
devtools_traits = { path = "../devtools_traits" }
|
||||
embedder_traits = { path = "../embedder_traits" }
|
||||
flate2 = "1"
|
||||
futures = "0.1"
|
||||
headers = "0.2"
|
||||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper_serde = "0.11"
|
||||
hyper-openssl = "0.7"
|
||||
hyper_serde = "0.11"
|
||||
immeta = "0.4"
|
||||
ipc-channel = "0.14"
|
||||
lazy_static = "1"
|
||||
|
@ -39,31 +39,31 @@ log = "0.4"
|
|||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
mime = "0.3"
|
||||
mime_guess = "2.0.0-alpha.6"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
mime_guess = "2.0.0"
|
||||
msg = { path = "../msg" }
|
||||
net_traits = { path = "../net_traits" }
|
||||
openssl = "0.10"
|
||||
openssl-sys = "0.9"
|
||||
percent-encoding = "2.0"
|
||||
pixels = {path = "../pixels"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
pixels = { path = "../pixels" }
|
||||
profile_traits = { path = "../profile_traits" }
|
||||
rayon = "1"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
servo_allocator = {path = "../allocator"}
|
||||
servo_arc = {path = "../servo_arc"}
|
||||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url"}
|
||||
tokio = "0.1"
|
||||
servo_allocator = { path = "../allocator" }
|
||||
servo_arc = { path = "../servo_arc" }
|
||||
servo_config = { path = "../config" }
|
||||
servo_url = { path = "../url" }
|
||||
time = "0.1.17"
|
||||
tokio = "0.1"
|
||||
url = "2.0"
|
||||
uuid = {version = "0.8", features = ["v4"]}
|
||||
webrender_api = {git = "https://github.com/servo/webrender"}
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
ws = { version = "0.9", features = ["ssl"] }
|
||||
|
||||
[dev-dependencies]
|
||||
std_test_override = { path = "../std_test_override" }
|
||||
futures = "0.1"
|
||||
std_test_override = { path = "../std_test_override" }
|
||||
tokio-openssl = "0.3"
|
||||
|
||||
[[test]]
|
||||
|
|
|
@ -73,7 +73,7 @@ malloc_size_of_derive = "0.1"
|
|||
media = { path = "../media" }
|
||||
metrics = { path = "../metrics" }
|
||||
mime = "0.3.13"
|
||||
mime_guess = "2.0.0-alpha.6"
|
||||
mime_guess = "2.0.0"
|
||||
mitochondria = "1.1.2"
|
||||
msg = { path = "../msg" }
|
||||
net_traits = { path = "../net_traits" }
|
||||
|
@ -92,6 +92,7 @@ script_traits = { path = "../script_traits" }
|
|||
selectors = { path = "../selectors" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_bytes = "0.11"
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
servo_allocator = { path = "../allocator" }
|
||||
servo_arc = { path = "../servo_arc" }
|
||||
servo_atoms = { path = "../atoms" }
|
||||
|
@ -99,7 +100,6 @@ servo_config = { path = "../config" }
|
|||
servo_geometry = { path = "../geometry" }
|
||||
servo_rand = { path = "../rand" }
|
||||
servo_url = { path = "../url" }
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
smallvec = { version = "0.6", features = ["std", "union"] }
|
||||
sparkle = "0.1"
|
||||
style = { path = "../style", features = ["servo"] }
|
||||
|
|
|
@ -25,14 +25,14 @@ gstreamer-gl = "0.15"
|
|||
gstreamer-gl-sys = { version = "0.8", features = ["wayland"] }
|
||||
gstreamer-sys = "0.8"
|
||||
gstreamer-video = "0.15"
|
||||
log = "0.4"
|
||||
lazy_static = "1.4"
|
||||
libservo = {path = "../../components/servo"}
|
||||
servo-media = {git = "https://github.com/servo/media"}
|
||||
libservo = { path = "../../components/servo" }
|
||||
log = "0.4"
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
sparkle = "0.1"
|
||||
surfman = { git = "https://github.com/servo/surfman" }
|
||||
surfman-chains-api = "0.2"
|
||||
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
|
||||
surfman-chains-api = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = "0.2"
|
||||
|
|
|
@ -18,12 +18,11 @@ layout-2013 = ["simpleservo/layout-2013"]
|
|||
layout-2020 = ["simpleservo/layout-2020"]
|
||||
|
||||
[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"
|
||||
libservo = { path = "../../components/servo", features = ["no_static_freetype"] }
|
||||
log = "0.4"
|
||||
servo-egl = "0.2"
|
||||
simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] }
|
||||
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