cargo clippy everywhere
This commit is contained in:
parent
07847e11d7
commit
e4bb8c3f9d
7 changed files with 18 additions and 15 deletions
|
|
@ -3,6 +3,9 @@ name = "testwl"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
wayland-protocols = { workspace = true, features = ["server", "unstable"] }
|
||||
wayland-server.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue