[package]
edition = "2024"
name = "blit-compositor"
version = "0.28.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "blit headless Wayland compositor"
homepage = "https://blit.sh"
readme = false
license = "MIT"
repository = "https://github.com/indent-com/blit"
[lib]
name = "blit_compositor"
path = "src/lib.rs"
[target.'cfg(target_os = "linux")'.dependencies.ash]
version = "0.38"
features = ["loaded"]
default-features = false
[target.'cfg(target_os = "linux")'.dependencies.calloop]
version = "0.14"
features = ["signals"]
[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"
[target.'cfg(target_os = "linux")'.dependencies.wayland-protocols]
version = "0.32"
features = [
"server",
"staging",
"unstable",
]
[target.'cfg(target_os = "linux")'.dependencies.wayland-protocols-misc]
version = "0.3"
features = ["server"]
[target.'cfg(target_os = "linux")'.dependencies.wayland-server]
version = "0.31"