[package] name = "webrender_bindings" version = "0.1.0" authors = ["The Mozilla Project Developers"] license = "MPL-2.0" [dependencies] rayon = "1" thread_profiler = "0.1.1" euclid = { version = "0.19.4", features = ["serde"] } app_units = "0.7" gleam = "0.6.9" log = "0.4" nsstring = { path = "../../xpcom/rust/nsstring" } bincode = "1.0" uuid = { version = "0.6", features = ["v4"] } fxhash = "0.2.1" [dependencies.webrender] path = "../wr/webrender" version = "0.60.0" default-features = false features = ["capture", "serialize_program"] [target.'cfg(target_os = "windows")'.dependencies] dwrote = "0.8" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.6" core-graphics = "0.17.1" foreign-types = "0.3.0"