Skip to content

Commit

Permalink
updating to iced_13
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Sep 30, 2024
1 parent a6ccef9 commit 6b6a75c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ debug = ["iced/debug"]
[dependencies]
grin-gui-core = { version = "0.1.0-alpha.8", path = "crates/core", features = ["wgpu"]}

iced = { version = "0.12", features = ["canvas", "tokio"] }
iced_futures = { version = "0.12", features = ["async-std"] }
iced = { version = "0.13", features = ["canvas", "tokio"] }
iced_futures = { version = "0.13", features = ["async-std"] }
iced_style = {version = "0.12"}
iced_renderer = { version = "0.12" }
iced_core = { version = "0.12" }
iced_renderer = { version = "0.13" }
iced_core = { version = "0.13" }
#iced_aw = { path = "../iced_aw", default-features = false, features = ["card", "modal", "table"]}
iced_aw = { git = "https://github.com/yeastplume/iced_aw.git", branch = "table_widget", default-features = false, features = ["card", "modal", "table"]}

Expand Down
10 changes: 5 additions & 5 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ backtrace = "0.3"
lazy_static = "1"
uuid = "0.8.2"

iced = { version = "0.12", features = ["advanced", "tokio"] }
iced_futures = { version = "0.12", features = ["async-std"] }
iced_core = { version = "0.12" }
iced = { version = "0.13", features = ["advanced", "tokio"] }
iced_futures = { version = "0.13", features = ["async-std"] }
iced_core = { version = "0.13" }
iced_style = "0.12"
iced_graphics = { version = "0.12" }
iced_renderer = { version = "0.12", features = ["wgpu"] }
iced_graphics = { version = "0.13" }
iced_renderer = { version = "0.13", features = ["wgpu"] }
#iced_aw = { path = "../../../iced_aw", default-features = false, features = ["card", "modal", "table"]}
iced_aw = { git = "https://github.com/yeastplume/iced_aw.git", branch = "table_widget", default-features = false, features = ["card", "modal", "table"]}

Expand Down

0 comments on commit 6b6a75c

Please sign in to comment.