Reorganize file layout

Moves satellite to be the root package, also allowing it to be built
by default.
This commit is contained in:
Shawn Wallace 2024-05-17 23:01:57 -04:00
parent 3afc9ffa9d
commit c1fc38c3d2
14 changed files with 71 additions and 67 deletions

View file

@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
wayland-protocols = { version = "0.31.2", features = ["server", "unstable"] }
wayland-server = "0.31.1"
wayland-protocols = { workspace = true, features = ["server", "unstable"] }
wayland-server.workspace = true
wl_drm = { path = "../wl_drm" }