mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 13:10:41 +00:00
13 lines
332 B
TOML
13 lines
332 B
TOML
|
|
[package]
|
||
|
|
name = "wr-wm-tiling"
|
||
|
|
edition.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
description = "Reference tiling window manager for WayRay"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
wayray-wm-protocol = { workspace = true, features = ["client"] }
|
||
|
|
wayland-client = "0.31"
|
||
|
|
tracing.workspace = true
|
||
|
|
tracing-subscriber.workspace = true
|