mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Shut down the media stack when shutting down the constellation
This commit is contained in:
parent
17e97b9320
commit
38fd9648ce
4 changed files with 19 additions and 2 deletions
|
@ -43,3 +43,6 @@ webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
|||
|
||||
[target.'cfg(all(not(target_os = "windows"), not(target_os = "ios")))'.dependencies]
|
||||
gaol = {git = "https://github.com/servo/gaol"}
|
||||
|
||||
[target.'cfg(all(any(target_os = "macos", target_os = "linux"), not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
|
||||
gecko-media = {git = "https://github.com/servo/gecko-media.git"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue