mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -17,6 +17,8 @@ extern crate devtools_traits;
|
|||
extern crate euclid;
|
||||
#[cfg(all(not(target_os = "windows"), not(target_os = "ios")))]
|
||||
extern crate gaol;
|
||||
#[cfg(all(any(target_os = "macos", target_os = "linux"), not(any(target_arch = "arm", target_arch = "aarch64"))))]
|
||||
extern crate gecko_media;
|
||||
extern crate gfx;
|
||||
extern crate gfx_traits;
|
||||
extern crate hyper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue