mirror of
https://github.com/CloudNebulaProject/wayray.git
synced 2026-04-10 13:10:41 +00:00
18 lines
445 B
TOML
18 lines
445 B
TOML
|
|
[package]
|
||
|
|
name = "wayray-wm-protocol"
|
||
|
|
edition.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
description = "WayRay pluggable window management Wayland protocol"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
wayland-backend = "0.3"
|
||
|
|
wayland-server = { version = "0.31", optional = true }
|
||
|
|
wayland-client = { version = "0.31", optional = true }
|
||
|
|
wayland-scanner = "0.31"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
default = []
|
||
|
|
server = ["dep:wayland-server"]
|
||
|
|
client = ["dep:wayland-client"]
|