trying to get a basic wayland setup
This commit is contained in:
parent
1af939a901
commit
c8a4642827
5 changed files with 103 additions and 13 deletions
|
@ -6,6 +6,6 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
iced = { version = "0.10.0", features = ["image", "debug"] }
|
||||
iced = { version = "0.10.0", features = ["image", "debug", "system"] }
|
||||
iced_aw = "0.7.0"
|
||||
iced_winit = "0.10.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue