mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update gstreamer crates to 0.22 (#31465)
This commit is contained in:
parent
2b1d342102
commit
b785aea2cf
9 changed files with 103 additions and 129 deletions
|
@ -36,7 +36,7 @@ pixels = { path = "../pixels" }
|
|||
profile_traits = { workspace = true }
|
||||
script_traits = { workspace = true }
|
||||
servo_config = { path = "../config" }
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
servo-media = { workspace = true }
|
||||
servo_geometry = { path = "../geometry" }
|
||||
servo_url = { path = "../url" }
|
||||
style_traits = { workspace = true }
|
||||
|
|
|
@ -17,7 +17,7 @@ ipc-channel = { workspace = true }
|
|||
lazy_static = { workspace = true }
|
||||
log = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
servo-media = { workspace = true }
|
||||
servo_config = { path = "../config" }
|
||||
webrender_api = { workspace = true }
|
||||
webrender_traits = { workspace = true }
|
||||
|
|
|
@ -91,7 +91,7 @@ script_traits = { workspace = true }
|
|||
selectors = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_bytes = { workspace = true }
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
servo-media = { workspace = true }
|
||||
servo_allocator = { path = "../allocator" }
|
||||
servo_arc = { workspace = true }
|
||||
servo_atoms = { workspace = true }
|
||||
|
|
|
@ -65,9 +65,9 @@ profile_traits = { workspace = true }
|
|||
script = { path = "../script" }
|
||||
script_layout_interface = { workspace = true }
|
||||
script_traits = { workspace = true }
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
servo-media-dummy = { git = "https://github.com/servo/media" }
|
||||
servo-media-gstreamer = { git = "https://github.com/servo/media", optional = true }
|
||||
servo-media = { workspace = true }
|
||||
servo-media-dummy = { workspace = true }
|
||||
servo-media-gstreamer = { workspace = true, optional = true }
|
||||
servo_config = { path = "../config" }
|
||||
servo_geometry = { path = "../geometry" }
|
||||
servo_url = { path = "../url" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue