blit-compositor 0.32.2

blit headless Wayland compositor
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "blit-compositor"
version = "0.32.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"