summaryrefslogtreecommitdiff
path: root/iced_builder/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-12-08 00:15:12 +0100
committerpml68 <contact@pml68.me>2024-12-08 00:15:12 +0100
commit9b23b535e256840717d8b6476bfdc41d2a51e580 (patch)
tree0b0b004124a5b884cc92f01a9f5c57fbb39235d7 /iced_builder/Cargo.toml
parentfeat: animated theme switching with `iced_anim` crate (diff)
downloadiced-builder-9b23b535e256840717d8b6476bfdc41d2a51e580.tar.gz
feat: switch to `hecrj/iced_fontello` for icon font management
Diffstat (limited to 'iced_builder/Cargo.toml')
-rw-r--r--iced_builder/Cargo.toml19
1 files changed, 11 insertions, 8 deletions
diff --git a/iced_builder/Cargo.toml b/iced_builder/Cargo.toml
index 5676d8a..3520046 100644
--- a/iced_builder/Cargo.toml
+++ b/iced_builder/Cargo.toml
@@ -11,19 +11,22 @@ keywords = ["gui", "iced"]
[dependencies]
iced = { version = "0.13.1", features = [ "image","svg","canvas","qr_code","advanced","tokio","highlighter"] }
iced_aw = { version = "0.11.0", default-features = false, features = ["menu","color_picker"] }
-iced_anim = { version = "0.1.4", features = ["derive", "serde"] }
+iced_anim = { git = "https://github.com/pml68/iced_anim", branch = "main", features = ["derive", "serde"] }
iced_drop = { path = "../iced_drop" }
-serde = { version = "1.0.214", features = ["derive"] }
-serde_json = "1.0.132"
-tokio = { version = "1.41.0", features = ["fs"] }
-rfd = { version = "0.15.0", default-features = false, features = ["async-std", "gtk3"] }
+serde = { version = "1.0.215", features = ["derive"] }
+serde_json = "1.0.133"
+tokio = { version = "1.42.0", features = ["fs"] }
+rfd = { version = "0.15.1", default-features = false, features = ["async-std", "gtk3"] }
rust-format = "0.3.4"
unique_id = "0.1.5"
-indexmap = { version = "2.6.0", features = ["serde"] }
-thiserror = "1.0.65"
+indexmap = { version = "2.7.0", features = ["serde"] }
+thiserror = "2.0.5"
+
+[build-dependencies]
+iced_fontello = "0.13.0"
[target.'cfg(windows)'.build-dependencies]
-embed-resource = "2.5.0"
+embed-resource = "3.0.1"
windows_exe_info = "0.4"
[[bin]]