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
|
|
@ -6,6 +6,6 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
wayland-client = "0.31.2"
|
||||
wayland-scanner = "0.31.1"
|
||||
wayland-server = "0.31.1"
|
||||
wayland-client.workspace = true
|
||||
wayland-scanner.workspace = true
|
||||
wayland-server.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue