Skip to content

Commit 65248f4

Browse files
committed
First attempt at updating iced-rs WIP
1 parent b2e8e68 commit 65248f4

File tree

9 files changed

+1434
-607
lines changed

9 files changed

+1434
-607
lines changed

wrapper/Cargo.lock

Lines changed: 1023 additions & 237 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "3.1.1" # Remember to change this in the macOS properties xml, until w
44
edition = "2021"
55

66
[dependencies]
7-
iced = { version = "0.12.1", features = ["image", "tokio"] }
7+
iced = { version = "0.13.1", features = ["image", "tokio", "advanced"] }
88
reqwest = { version = "0.12.23", default-features = false, features = ["rustls-tls", "blocking", "json", "stream"] }
99
serde = { version = "1.0.219", features = ["derive"] }
1010
zip = "5.1.1"

0 commit comments

Comments
 (0)