mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +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
|
@ -23,7 +23,7 @@ libloading = "0.8"
|
|||
libservo = { path = "../../components/servo" }
|
||||
log = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
servo-media = { workspace = true }
|
||||
surfman = { workspace = true, features = ["sm-angle-default"] }
|
||||
webxr = { git = "https://github.com/servo/webxr" }
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ libc = { workspace = true }
|
|||
libservo = { path = "../../components/servo" }
|
||||
log = { workspace = true }
|
||||
raw-window-handle = "0.5"
|
||||
servo-media = { git = "https://github.com/servo/media" }
|
||||
servo-media = { workspace = true }
|
||||
shellwords = "1.0.0"
|
||||
surfman = { workspace = true, features = ["sm-x11", "sm-raw-window-handle"] }
|
||||
tinyfiledialogs = "3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue