mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Bump Stylo to df459ec (#36011)
Changelog: 6aa5733a36...df459eca2e
This fixes some potential compilation problems since servo/stylo#150
renamed some crates.
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
b3c0794084
commit
6807a6e532
2 changed files with 114 additions and 114 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -133,11 +133,11 @@ string_cache = "0.8"
|
|||
string_cache_codegen = "0.5"
|
||||
strum = "0.26"
|
||||
strum_macros = "0.26"
|
||||
style = { git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"] }
|
||||
style = { git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"], package = "stylo" }
|
||||
stylo_config = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||
stylo_dom = { git = "https://github.com/servo/stylo", branch = "2025-03-15" }
|
||||
style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"] }
|
||||
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"] }
|
||||
style_malloc_size_of = { package = "stylo_malloc_size_of", git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"] }
|
||||
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-03-15", features = ["servo"], package = "stylo_traits" }
|
||||
surfman = { git = "https://github.com/servo/surfman", rev = "f7688b4585f9e0b5d4bf8ee8e4a91e82349610b1", features = ["chains"] }
|
||||
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||
synstructure = "0.13"
|
||||
|
@ -217,11 +217,11 @@ codegen-units = 1
|
|||
# selectors = { path = "../stylo/selectors" }
|
||||
# servo_arc = { path = "../stylo/servo_arc" }
|
||||
# stylo_atoms = { path = "../stylo/stylo_atoms" }
|
||||
# style = { path = "../stylo/style" }
|
||||
# style = { path = "../stylo/style", package = "stylo" }
|
||||
# stylo_config = { path = "../stylo/stylo_config" }
|
||||
# stylo_dom = { path = "../stylo/stylo_dom" }
|
||||
# style_malloc_size_of = { path = "../stylo/malloc_size_of", package = "malloc_size_of" }
|
||||
# style_traits = { path = "../stylo/style_traits" }
|
||||
# style_malloc_size_of = { path = "../stylo/malloc_size_of", package = "stylo_malloc_size_of" }
|
||||
# style_traits = { path = "../stylo/style_traits", package = "stylo_traits" }
|
||||
#
|
||||
# Or for WebRender:
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue