This commit is contained in:
Chris Cochrun 2024-09-11 11:22:00 -05:00
parent c8a4642827
commit 0121dfa8f3
5 changed files with 1579 additions and 1108 deletions

View file

@ -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", "system"] }
iced_aw = "0.7.0"
iced_winit = "0.10.0"
iced = { version = "0.12.1", features = ["tokio", "image", "debug", "system"] }
iced_aw = "0.9.2"
# iced_winit = "0.10.0"