servo / gecko-media

Firefox's media playback stack in a stand alone Rust crate
Mozilla Public License 2.0
6 stars 9 forks source link

Move sample player to separate crate #102

Closed nox closed 6 years ago

nox commented 6 years ago

gecko-media shouldn't depend on webrender, glean and servo-glutin on its own, this will potentially cause major issues when including in servo, needing bumps in anger and whatnot.

Instead, this repository should contain a Cargo workspace with gecko-media-the-lib and gecko-media-the-video-player-example.