mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
cargo: Use kebab case consistenly for those already starting with servo- (#43516)
Continues what @jschwe has been doing. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
@@ -277,10 +277,10 @@ servo-media-traits = { version = "0.0.6", path = "components/media/traits" }
|
||||
servo-media-webrtc = { version = "0.0.6", path = "components/media/webrtc" }
|
||||
servo-tracing = { version = "0.0.6", path = "components/servo_tracing" }
|
||||
servo-url = { version = "0.0.6", path = "components/url" }
|
||||
servo_allocator = { package = "servo-allocator", version = "0.0.6", path = "components/allocator" }
|
||||
servo_config = { package = "servo-config", version = "0.0.6", path = "components/config" }
|
||||
servo_config_macro = { package = "servo-config-macro", version = "0.0.6", path = "components/config/macro" }
|
||||
servo_geometry = { package = "servo-geometry", version = "0.0.6", path = "components/geometry" }
|
||||
servo-allocator = { version = "0.0.6", path = "components/allocator" }
|
||||
servo-config = { version = "0.0.6", path = "components/config" }
|
||||
servo-config-macro = { version = "0.0.6", path = "components/config/macro" }
|
||||
servo-geometry = { version = "0.0.6", path = "components/geometry" }
|
||||
storage = { package = "servo-storage", version = "0.0.6", path = "components/storage" }
|
||||
storage_traits = { package = "servo-storage-traits", version = "0.0.6", path = "components/shared/storage" }
|
||||
timers = { package = "servo-timers", version = "0.0.6", path = "components/timers" }
|
||||
|
||||
@@ -21,7 +21,7 @@ blurmock = { version = "0.1.2", optional = true }
|
||||
embedder_traits = { workspace = true }
|
||||
log = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
|
||||
@@ -34,7 +34,7 @@ profile_traits = { workspace = true }
|
||||
pollster = { version = "0.4", optional = true }
|
||||
rustc-hash = { workspace = true }
|
||||
servo-tracing = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
stylo = { workspace = true }
|
||||
tracing = { workspace = true, optional = true }
|
||||
vello = { workspace = true, optional = true }
|
||||
|
||||
@@ -16,5 +16,5 @@ path = "lib.rs"
|
||||
[dependencies]
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
servo_config_macro = { workspace = true }
|
||||
servo-config-macro = { workspace = true }
|
||||
stylo_static_prefs = { workspace = true }
|
||||
|
||||
@@ -55,7 +55,7 @@ rustc-hash = { workspace = true }
|
||||
script_traits = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo-tracing = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
storage_traits = { workspace = true }
|
||||
stylo = { workspace = true }
|
||||
|
||||
@@ -33,7 +33,7 @@ rand = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ read-fonts = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo-tracing = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
skrifa = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
@@ -67,7 +67,7 @@ objc2-core-text = { workspace = true }
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
|
||||
freetype-sys = { workspace = true }
|
||||
servo_allocator = { workspace = true }
|
||||
servo-allocator = { workspace = true }
|
||||
|
||||
[target.'cfg(all(target_os = "linux", not(target_env = "ohos")))'.dependencies]
|
||||
fontconfig_sys = { package = "yeslogic-fontconfig-sys", version = "6" }
|
||||
|
||||
@@ -49,8 +49,8 @@ script_traits = { workspace = true }
|
||||
selectors = { workspace = true }
|
||||
servo-tracing = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo_geometry = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-geometry = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
|
||||
@@ -27,7 +27,7 @@ markup5ever = { workspace = true }
|
||||
mime = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
resvg = { workspace = true }
|
||||
servo_allocator = { workspace = true }
|
||||
servo-allocator = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
string_cache = { workspace = true }
|
||||
|
||||
@@ -21,7 +21,7 @@ paint_api = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo-media = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
malloc_size_of = { workspace = true }
|
||||
malloc_size_of_derive = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
|
||||
@@ -20,5 +20,5 @@ malloc_size_of_derive = { workspace = true }
|
||||
paint_api = { workspace = true }
|
||||
profile_traits = { workspace = true }
|
||||
script_traits = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
|
||||
@@ -68,7 +68,7 @@ rustls-pki-types = { workspace = true }
|
||||
rustls-platform-verifier = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
sha2 = { workspace = true }
|
||||
time = { workspace = true }
|
||||
|
||||
@@ -43,9 +43,9 @@ profile_traits = { workspace = true }
|
||||
rayon = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
servo-tracing = { workspace = true }
|
||||
servo_allocator = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo_geometry = { workspace = true }
|
||||
servo-allocator = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-geometry = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
stylo_traits = { workspace = true }
|
||||
surfman = { workspace = true }
|
||||
|
||||
@@ -19,8 +19,8 @@ log = { workspace = true }
|
||||
profile_traits = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
servo_allocator = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-allocator = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
time = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
||||
@@ -131,8 +131,8 @@ serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true, features = ["preserve_order"] }
|
||||
servo-media = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo_geometry = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-geometry = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
sha1 = { workspace = true }
|
||||
sha2 = { workspace = true }
|
||||
|
||||
@@ -41,7 +41,7 @@ phf = "0.13"
|
||||
profile_traits = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
stylo = { workspace = true }
|
||||
|
||||
@@ -116,8 +116,8 @@ servo-media = { workspace = true }
|
||||
servo-media-dummy = { workspace = true }
|
||||
servo-media-gstreamer = { workspace = true, optional = true }
|
||||
servo-tracing = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo_geometry = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-geometry = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
storage = { workspace = true }
|
||||
storage_traits = { workspace = true }
|
||||
|
||||
@@ -25,7 +25,7 @@ parking_lot = { workspace = true }
|
||||
rayon = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
time = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
||||
@@ -38,7 +38,7 @@ pixels = { workspace = true }
|
||||
profile_traits = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
storage_traits = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
|
||||
@@ -36,7 +36,7 @@ malloc_size_of_derive = { workspace = true }
|
||||
pixels = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo_geometry = { workspace = true }
|
||||
servo-geometry = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
stylo = { workspace = true }
|
||||
|
||||
@@ -42,7 +42,7 @@ rustc-hash = { workspace = true }
|
||||
rustls-pki-types = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo_arc = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
sys-locale = "0.3"
|
||||
tokio = { workspace = true }
|
||||
|
||||
@@ -37,7 +37,7 @@ raw-window-handle = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_bytes = { workspace = true }
|
||||
servo_geometry = { workspace = true }
|
||||
servo-geometry = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
|
||||
@@ -24,6 +24,6 @@ log = { workspace = true }
|
||||
malloc_size_of = { workspace = true }
|
||||
malloc_size_of_derive = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo_allocator = { workspace = true }
|
||||
servo-allocator = { workspace = true }
|
||||
time = { workspace = true }
|
||||
tracing = { workspace = true, optional = true }
|
||||
|
||||
@@ -38,7 +38,7 @@ pixels = { workspace = true }
|
||||
profile_traits = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
storage_traits = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
|
||||
@@ -28,7 +28,7 @@ rustc-hash = { workspace = true }
|
||||
sea-query = { workspace = true }
|
||||
sea-query-rusqlite = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
storage_traits = { workspace = true }
|
||||
tempfile = "3"
|
||||
|
||||
@@ -27,8 +27,8 @@ log = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo_geometry = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
servo-geometry = { workspace = true }
|
||||
servo-url = { workspace = true }
|
||||
stylo_traits = { workspace = true }
|
||||
time = { workspace = true }
|
||||
|
||||
@@ -21,7 +21,7 @@ log = { workspace = true }
|
||||
paint_api = { workspace = true }
|
||||
pixels = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
webgpu_traits = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
wgpu-core = { workspace = true, features = ["serde", "wgsl"] }
|
||||
|
||||
@@ -123,8 +123,8 @@ gilrs = "0.11.1"
|
||||
glow = { workspace = true }
|
||||
headers = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
# For optional feature servo_allocator/use-system-allocator and servo_allocator/allocation-tracking
|
||||
servo_allocator = { workspace = true }
|
||||
# For optional feature servo-allocator/use-system-allocator and servo-allocator/allocation-tracking
|
||||
servo-allocator = { workspace = true }
|
||||
surfman = { workspace = true, features = ["sm-raw-window-handle-06", "sm-x11"] }
|
||||
winit = { workspace = true }
|
||||
|
||||
|
||||
@@ -16,5 +16,5 @@ doctest = false
|
||||
ipc-channel = { workspace = true }
|
||||
profile = { workspace = true }
|
||||
profile_traits = { workspace = true }
|
||||
servo_config = { workspace = true }
|
||||
servo-config = { workspace = true }
|
||||
time = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user