mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-11-03 20:14:24 +00:00
26 lines
648 B
TOML
26 lines
648 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"
|
|
readme = "../README.md"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
glutin.workspace = true
|
|
layer-shika-domain.workspace = true
|
|
log.workspace = true
|
|
raw-window-handle.workspace = true
|
|
slint.workspace = true
|
|
slint-interpreter.workspace = true
|
|
smithay-client-toolkit.workspace = true
|
|
thiserror.workspace = true
|
|
wayland-client.workspace = true
|
|
wayland-protocols.workspace = true
|