layer-shika/crates/adapters/Cargo.toml
2026-01-24 04:38:18 +01:00

33 lines
867 B
TOML

[package]
name = "layer-shika-adapters"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Adapters layer for layer-shika (internal implementation crate)"
readme = "../../README.md"
[lints]
workspace = true
[dependencies]
glutin.workspace = true
layer-shika-domain.workspace = true
log = { workspace = true, optional = true }
raw-window-handle.workspace = true
slint.workspace = true
slint-interpreter.workspace = true
smithay-client-toolkit.workspace = true
thiserror.workspace = true
tracing = { workspace = true, optional = true }
wayland-client.workspace = true
wayland-protocols.workspace = true
xkbcommon.workspace = true
[features]
default = ["use-log"]
use-log = ["dep:log"]
use-tracing = ["dep:tracing"]