mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Cleanup Stylo dependencies (#36046)
Now that Stylo considers `servo` as the default feature, Servo doesn't need to specify `features = ["servo"]`. Also use the same crate names as Stylo, rather than renaming them with `package`. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
3a3c3aeb75
commit
4acaa08cf5
21 changed files with 63 additions and 63 deletions
|
@ -18,6 +18,7 @@ webgl_backtrace = []
|
|||
base = { workspace = true }
|
||||
crossbeam-channel = { workspace = true }
|
||||
euclid = { workspace = true }
|
||||
glow = { workspace = true }
|
||||
ipc-channel = { workspace = true }
|
||||
malloc_size_of = { workspace = true }
|
||||
malloc_size_of_derive = { workspace = true }
|
||||
|
@ -25,7 +26,6 @@ pixels = { path = "../../pixels" }
|
|||
serde = { workspace = true }
|
||||
serde_bytes = { workspace = true }
|
||||
servo_config = { path = "../../config" }
|
||||
glow = { workspace = true }
|
||||
style = { workspace = true }
|
||||
stylo = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
webxr-api = { workspace = true, features = ["ipc"] }
|
||||
|
|
|
@ -23,6 +23,6 @@ pixels = { path = '../../pixels' }
|
|||
script_traits = { workspace = true }
|
||||
servo_url = { path = "../../url" }
|
||||
strum_macros = { workspace = true }
|
||||
style_traits = { workspace = true }
|
||||
stylo_traits = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
webrender_traits = { workspace = true }
|
||||
|
|
|
@ -33,7 +33,7 @@ pixels = { path = "../../pixels" }
|
|||
serde = { workspace = true }
|
||||
servo_url = { path = "../../url" }
|
||||
strum_macros = { workspace = true }
|
||||
style_traits = { workspace = true }
|
||||
stylo_traits = { workspace = true }
|
||||
url = { workspace = true }
|
||||
webdriver = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
|
|
|
@ -43,7 +43,7 @@ strum_macros = { workspace = true }
|
|||
stylo_atoms = { workspace = true }
|
||||
servo_url = { path = "../../url" }
|
||||
strum = { workspace = true, features = ["derive"] }
|
||||
style_traits = { workspace = true }
|
||||
stylo_traits = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
webdriver = { workspace = true }
|
||||
webgpu = { path = "../../webgpu" }
|
||||
|
|
|
@ -35,7 +35,7 @@ selectors = { workspace = true }
|
|||
serde = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
servo_url = { path = "../../url" }
|
||||
style = { workspace = true }
|
||||
style_traits = { workspace = true }
|
||||
stylo = { workspace = true }
|
||||
stylo_traits = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
webrender_traits = { workspace = true }
|
||||
|
|
|
@ -29,7 +29,7 @@ webrender_api = { workspace = true }
|
|||
serde = { workspace = true }
|
||||
servo_geometry = { path = "../../geometry" }
|
||||
servo-media = { workspace = true }
|
||||
style = { workspace = true }
|
||||
stylo = { workspace = true }
|
||||
surfman = { workspace = true, features = ["sm-x11"] }
|
||||
raw-window-handle = { version = "0.6" }
|
||||
dpi = { version = "0.1" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue