xwayland-satellite/testwl/Cargo.toml
Shawn Wallace c1fc38c3d2 Reorganize file layout
Moves satellite to be the root package, also allowing it to be built
by default.
2024-05-17 23:01:57 -04:00

9 lines
217 B
TOML

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