Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
16
crates/adapters/wayland/Cargo.toml
Normal file
16
crates/adapters/wayland/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "wayland"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
domain = { workspace = true }
|
||||
application = { workspace = true }
|
||||
|
||||
wayland-client = "0.31"
|
||||
smithay-client-toolkit = { version = "0.21", default-features = false }
|
||||
tiny-skia = "0.12"
|
||||
rustix = { version = "1.1", features = ["event"] }
|
||||
signal-hook = { version = "0.4", default-features = false }
|
||||
Reference in New Issue
Block a user