[package]
edition = "2024"
name = "blit-compositor"
version = "0.20.0"
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(unix)".dependencies.calloop]
version = "0.14"
[target."cfg(unix)".dependencies.smithay]
version = "0.7.0"
features = [
"wayland_frontend",
"desktop",
"renderer_pixman",
]
default-features = false