mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Use new stylo crate renames (#35898)
Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
e4757534fe
commit
f527217bdc
105 changed files with 178 additions and 179 deletions
110
Cargo.lock
generated
110
Cargo.lock
generated
|
@ -1734,15 +1734,6 @@ dependencies = [
|
|||
"litrs",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dom"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"malloc_size_of",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dom_struct"
|
||||
version = "0.0.1"
|
||||
|
@ -2197,12 +2188,12 @@ dependencies = [
|
|||
"serde",
|
||||
"servo_allocator",
|
||||
"servo_arc",
|
||||
"servo_atoms",
|
||||
"servo_config",
|
||||
"servo_malloc_size_of",
|
||||
"servo_url",
|
||||
"smallvec",
|
||||
"style",
|
||||
"stylo_atoms",
|
||||
"tracing",
|
||||
"truetype",
|
||||
"unicode-properties",
|
||||
|
@ -4182,7 +4173,6 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"servo_arc",
|
||||
"servo_atoms",
|
||||
"servo_config",
|
||||
"servo_geometry",
|
||||
"servo_malloc_size_of",
|
||||
|
@ -4190,6 +4180,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"style",
|
||||
"style_traits",
|
||||
"stylo_atoms",
|
||||
"tracing",
|
||||
"unicode-bidi",
|
||||
"unicode-script",
|
||||
|
@ -4269,12 +4260,12 @@ dependencies = [
|
|||
"script_traits",
|
||||
"servo_allocator",
|
||||
"servo_arc",
|
||||
"servo_atoms",
|
||||
"servo_config",
|
||||
"servo_malloc_size_of",
|
||||
"servo_url",
|
||||
"style",
|
||||
"style_traits",
|
||||
"stylo_atoms",
|
||||
"time",
|
||||
"tracing",
|
||||
"url",
|
||||
|
@ -4306,12 +4297,12 @@ dependencies = [
|
|||
"script_traits",
|
||||
"servo_allocator",
|
||||
"servo_arc",
|
||||
"servo_atoms",
|
||||
"servo_config",
|
||||
"servo_malloc_size_of",
|
||||
"servo_url",
|
||||
"style",
|
||||
"style_traits",
|
||||
"stylo_atoms",
|
||||
"tracing",
|
||||
"url",
|
||||
"webrender_api",
|
||||
|
@ -4566,7 +4557,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "malloc_size_of"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"app_units",
|
||||
"cssparser",
|
||||
|
@ -6386,7 +6377,6 @@ dependencies = [
|
|||
"data-url",
|
||||
"deny_public_fields",
|
||||
"devtools_traits",
|
||||
"dom",
|
||||
"dom_struct",
|
||||
"domobject_derive",
|
||||
"embedder_traits",
|
||||
|
@ -6438,7 +6428,6 @@ dependencies = [
|
|||
"servo-media",
|
||||
"servo_allocator",
|
||||
"servo_arc",
|
||||
"servo_atoms",
|
||||
"servo_config",
|
||||
"servo_geometry",
|
||||
"servo_malloc_size_of",
|
||||
|
@ -6447,6 +6436,8 @@ dependencies = [
|
|||
"smallvec",
|
||||
"style",
|
||||
"style_traits",
|
||||
"stylo_atoms",
|
||||
"stylo_dom",
|
||||
"swapper",
|
||||
"tempfile",
|
||||
"tendril",
|
||||
|
@ -6483,10 +6474,10 @@ dependencies = [
|
|||
"phf_shared",
|
||||
"regex",
|
||||
"serde_json",
|
||||
"servo_atoms",
|
||||
"servo_config",
|
||||
"servo_malloc_size_of",
|
||||
"style",
|
||||
"stylo_atoms",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6558,10 +6549,10 @@ dependencies = [
|
|||
"pixels",
|
||||
"profile_traits",
|
||||
"serde",
|
||||
"servo_atoms",
|
||||
"servo_malloc_size_of",
|
||||
"servo_url",
|
||||
"style_traits",
|
||||
"stylo_atoms",
|
||||
"uuid",
|
||||
"webdriver",
|
||||
"webgpu",
|
||||
|
@ -6586,7 +6577,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "selectors"
|
||||
version = "0.26.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"cssparser",
|
||||
|
@ -6871,21 +6862,12 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo_arc"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"stable_deref_trait",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "servo_atoms"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
dependencies = [
|
||||
"string_cache",
|
||||
"string_cache_codegen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "servo_config"
|
||||
version = "0.0.1"
|
||||
|
@ -6894,7 +6876,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"servo_config_macro",
|
||||
"servo_url",
|
||||
"style_config",
|
||||
"stylo_config",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6926,7 +6908,6 @@ dependencies = [
|
|||
"app_units",
|
||||
"content-security-policy",
|
||||
"crossbeam-channel",
|
||||
"dom",
|
||||
"euclid",
|
||||
"http 1.3.0",
|
||||
"indexmap",
|
||||
|
@ -6939,6 +6920,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"string_cache",
|
||||
"style",
|
||||
"stylo_dom",
|
||||
"thin-vec",
|
||||
"tokio",
|
||||
"url",
|
||||
|
@ -7234,11 +7216,6 @@ version = "1.1.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
||||
|
||||
[[package]]
|
||||
name = "static_prefs"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
|
||||
[[package]]
|
||||
name = "strck"
|
||||
version = "0.1.2"
|
||||
|
@ -7317,7 +7294,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "style"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"app_units",
|
||||
"arrayvec",
|
||||
|
@ -7326,7 +7303,6 @@ dependencies = [
|
|||
"byteorder",
|
||||
"cssparser",
|
||||
"derive_more",
|
||||
"dom",
|
||||
"encoding_rs",
|
||||
"euclid",
|
||||
"fxhash",
|
||||
|
@ -7353,15 +7329,16 @@ dependencies = [
|
|||
"selectors",
|
||||
"serde",
|
||||
"servo_arc",
|
||||
"servo_atoms",
|
||||
"smallbitvec",
|
||||
"smallvec",
|
||||
"static_assertions",
|
||||
"static_prefs",
|
||||
"string_cache",
|
||||
"style_config",
|
||||
"style_derive",
|
||||
"style_traits",
|
||||
"stylo_atoms",
|
||||
"stylo_config",
|
||||
"stylo_dom",
|
||||
"stylo_static_prefs",
|
||||
"thin-vec",
|
||||
"to_shmem",
|
||||
"to_shmem_derive",
|
||||
|
@ -7372,18 +7349,10 @@ dependencies = [
|
|||
"walkdir",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "style_config"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "style_derive"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"proc-macro2",
|
||||
|
@ -7404,16 +7373,16 @@ dependencies = [
|
|||
"selectors",
|
||||
"serde_json",
|
||||
"servo_arc",
|
||||
"servo_atoms",
|
||||
"style",
|
||||
"style_traits",
|
||||
"stylo_atoms",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "style_traits"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"app_units",
|
||||
"bitflags 2.9.0",
|
||||
|
@ -7425,13 +7394,44 @@ dependencies = [
|
|||
"selectors",
|
||||
"serde",
|
||||
"servo_arc",
|
||||
"servo_atoms",
|
||||
"stylo_atoms",
|
||||
"thin-vec",
|
||||
"to_shmem",
|
||||
"to_shmem_derive",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "stylo_atoms"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"string_cache",
|
||||
"string_cache_codegen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "stylo_config"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "stylo_dom"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"malloc_size_of",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "stylo_static_prefs"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
|
||||
[[package]]
|
||||
name = "subtle"
|
||||
version = "2.6.1"
|
||||
|
@ -7797,7 +7797,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "to_shmem"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"cssparser",
|
||||
"servo_arc",
|
||||
|
@ -7810,7 +7810,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "to_shmem_derive"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#4add86f53a05ee27c13db998465e83e1ed733871"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"proc-macro2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue