[package] name = "constellation" version.workspace = true authors.workspace = true license.workspace = true edition.workspace = true publish.workspace = true [lib] name = "constellation" path = "lib.rs" [features] default = [] multiview = [] [dependencies] background_hang_monitor_api = { workspace = true } background_hang_monitor = { path = "../background_hang_monitor" } backtrace = { workspace = true } base = { workspace = true } bluetooth_traits = { workspace = true } canvas_traits = { workspace = true } compositing_traits = { workspace = true } crossbeam-channel = { workspace = true } devtools_traits = { workspace = true } embedder_traits = { workspace = true } euclid = { workspace = true } fonts = { path = "../fonts" } fonts_traits = { workspace = true } http = { workspace = true } ipc-channel = { workspace = true } keyboard-types = { workspace = true } log = { workspace = true } media = { path = "../media" } metrics = { path = "../metrics" } net = { path = "../net" } net_traits = { workspace = true } parking_lot = { workspace = true } profile_traits = { workspace = true } script_layout_interface = { workspace = true } script_traits = { workspace = true } serde = { workspace = true } servo_config = { path = "../config" } servo_rand = { path = "../rand" } servo_url = { path = "../url" } style_traits = { workspace = true } webgpu = { path = "../webgpu" } webrender = { workspace = true } webrender_api = { workspace = true } webrender_traits = { workspace = true } webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] } [target.'cfg(any(target_os="macos", all(not(target_os = "windows"), not(target_os = "ios"), not(target_os="android"), not(target_arch="arm"), not(target_arch="aarch64"))))'.dependencies] gaol = "0.2.1"