[package] name = "media" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" edition = "2018" publish = false [lib] name = "media" path = "lib.rs" [dependencies] euclid = { workspace = true } fnv = { workspace = true } ipc-channel = { workspace = true } lazy_static = { workspace = true } log = { workspace = true } serde = { workspace = true } servo-media = { git = "https://github.com/servo/media" } servo_config = { path = "../config" } webrender_api = { git = "https://github.com/servo/webrender" } webrender_traits = { path = "../webrender_traits" }