mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Cargo.toml cleanup (#36219)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
fa6463dc1b
commit
44faff0474
1 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ ctr = "0.9.2"
|
||||||
darling = { version = "0.20", default-features = false }
|
darling = { version = "0.20", default-features = false }
|
||||||
data-url = "0.3"
|
data-url = "0.3"
|
||||||
devtools_traits = { path = "components/shared/devtools" }
|
devtools_traits = { path = "components/shared/devtools" }
|
||||||
dpi = { version = "0.1" }
|
dpi = "0.1"
|
||||||
embedder_traits = { path = "components/shared/embedder" }
|
embedder_traits = { path = "components/shared/embedder" }
|
||||||
encoding_rs = "0.8"
|
encoding_rs = "0.8"
|
||||||
env_logger = "0.11"
|
env_logger = "0.11"
|
||||||
|
@ -126,7 +126,6 @@ servo-media = { git = "https://github.com/servo/media" }
|
||||||
servo-media-dummy = { git = "https://github.com/servo/media" }
|
servo-media-dummy = { git = "https://github.com/servo/media" }
|
||||||
servo-media-gstreamer = { git = "https://github.com/servo/media" }
|
servo-media-gstreamer = { git = "https://github.com/servo/media" }
|
||||||
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
servo_arc = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||||
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
|
||||||
smallbitvec = "2.6.0"
|
smallbitvec = "2.6.0"
|
||||||
smallvec = "1.14"
|
smallvec = "1.14"
|
||||||
static_assertions = "1.1"
|
static_assertions = "1.1"
|
||||||
|
@ -135,6 +134,7 @@ string_cache_codegen = "0.5"
|
||||||
strum = "0.26"
|
strum = "0.26"
|
||||||
strum_macros = "0.26"
|
strum_macros = "0.26"
|
||||||
stylo = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
stylo = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||||
|
stylo_atoms = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||||
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||||
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||||
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
stylo_malloc_size_of = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||||
|
@ -214,8 +214,8 @@ codegen-units = 1
|
||||||
#
|
#
|
||||||
# For html5ever:
|
# For html5ever:
|
||||||
#
|
#
|
||||||
# markup5ever = { path = "../html5ever/markup5ever" }
|
|
||||||
# html5ever = { path = "../html5ever/html5ever" }
|
# html5ever = { path = "../html5ever/html5ever" }
|
||||||
|
# markup5ever = { path = "../html5ever/markup5ever" }
|
||||||
# xml5ever = { path = "../html5ever/xml5ever" }
|
# xml5ever = { path = "../html5ever/xml5ever" }
|
||||||
#
|
#
|
||||||
# Or for Stylo:
|
# Or for Stylo:
|
||||||
|
@ -223,8 +223,8 @@ codegen-units = 1
|
||||||
# [patch."https://github.com/servo/stylo"]
|
# [patch."https://github.com/servo/stylo"]
|
||||||
# selectors = { path = "../stylo/selectors" }
|
# selectors = { path = "../stylo/selectors" }
|
||||||
# servo_arc = { path = "../stylo/servo_arc" }
|
# servo_arc = { path = "../stylo/servo_arc" }
|
||||||
# stylo_atoms = { path = "../stylo/stylo_atoms" }
|
|
||||||
# stylo = { path = "../stylo/style" }
|
# stylo = { path = "../stylo/style" }
|
||||||
|
# stylo_atoms = { path = "../stylo/stylo_atoms" }
|
||||||
# stylo_config = { path = "../stylo/stylo_config" }
|
# stylo_config = { path = "../stylo/stylo_config" }
|
||||||
# stylo_dom = { path = "../stylo/stylo_dom" }
|
# stylo_dom = { path = "../stylo/stylo_dom" }
|
||||||
# stylo_malloc_size_of = { path = "../stylo/malloc_size_of" }
|
# stylo_malloc_size_of = { path = "../stylo/malloc_size_of" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue