Reorganize file layout
Moves satellite to be the root package, also allowing it to be built by default.
This commit is contained in:
parent
3afc9ffa9d
commit
c1fc38c3d2
14 changed files with 71 additions and 67 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue