[package] name = "azul-webrender-api" version = "0.62.0" authors = ["Glenn Watson "] license = "MPL-2.0" repository = "https://github.com/servo/webrender" description = "Public API for WebRender" edition = "2018" [features] nightly = ["euclid/unstable", "serde/unstable"] serialize = [] deserialize = [] display_list_stats = [] [dependencies] app_units = "0.7" bitflags = "1.2" byteorder = "1.2.1" derive_more = "0.99" euclid = { version = "0.22.6", features = ["serde"] } malloc_size_of_derive = "0.1" serde = { version = "1.0", features = ["rc"] } serde_derive = "1.0" serde_bytes = "0.11" time = "0.1" malloc_size_of = { version = "0.0.1", path = "../wr_malloc_size_of", package = "azul-wr_malloc_size_of" } peek-poke = { version = "0.2", path = "../peek-poke", package="azul-peek-poke", features = ["extras"] } crossbeam-channel = "0.5" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = "0.9" core-graphics = "0.22"