xwayland-satellite/testwl/Cargo.toml
2024-04-29 00:30:06 -04:00

9 lines
213 B
TOML

[package]
name = "testwl"
version = "0.1.0"
edition = "2021"
[dependencies]
wayland-protocols = { version = "0.31.2", features = ["server", "unstable"] }
wayland-server = "0.31.1"
wl_drm = { path = "../wl_drm" }