code cleanup
This commit is contained in:
parent
b0dd7b0004
commit
2abbacf66e
9 changed files with 827 additions and 554 deletions
|
|
@ -5,10 +5,10 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
cxx = "1.0.194"
|
||||
dark-light = "2.0.0"
|
||||
iced = { version = "0.14.0", default-features = false, features = ["wgpu", "wayland", "tokio"] }
|
||||
iced_layershell = "0.15.0"
|
||||
winit = { version = "0.30.12", features = ["wayland"] }
|
||||
|
||||
iced_layershell = { version = "0.15.0", default-features = false }
|
||||
winit = { version = "0.30.12", default-features = false, features = ["wayland"] }
|
||||
|
||||
[build-dependencies]
|
||||
cxx-build = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue