summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-12 23:17:12 +0100
committerpml68 <contact@pml68.dev>2025-02-12 23:17:12 +0100
commit5d92a6cb92f85555acdf0e57bffe0e120f43b2c0 (patch)
tree3e2633b62f20df2245a05181dfffda20e5a86c3f /Cargo.toml
parentstyle: rename `DesignerPage` to `DesignerPane` (diff)
downloadiced-builder-5d92a6cb92f85555acdf0e57bffe0e120f43b2c0.tar.gz
chore: update dependencies
Diffstat (limited to '')
-rw-r--r--Cargo.toml16
1 files changed, 10 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3552c1f..54e5ed4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,14 +13,14 @@ iced = { version = "0.13.1", features = [ "image","svg","advanced","tokio"] }
# iced_aw = { version = "0.11.0", default-features = false, features = ["menu","color_picker"] }
iced_anim = { version = "0.2.0", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
-serde_json = "1.0.134"
-toml = "0.8.19"
-tokio = { version = "1.42", features = ["fs"] }
+serde_json = "1.0.138"
+toml = "0.8.20"
+tokio = { version = "1.43", features = ["fs"] }
tokio-stream = { version = "0.1", features = ["fs"] }
-rfd = { version = "0.15.1", default-features = false, features = ["async-std", "gtk3"] }
+rfd = { version = "0.15.2", default-features = false, features = ["async-std", "gtk3"] }
rust-format = "0.3.4"
fxhash = "0.2.1"
-thiserror = "2.0.9"
+thiserror = "2.0.11"
dirs-next = "2.0.0"
[dependencies.iced_drop]
@@ -35,7 +35,7 @@ git = "https://github.com/pml68/iced_custom_highlighter"
branch = "fix/temp-update-on-theme-changed"
[build-dependencies]
-iced_fontello = "0.13.1"
+iced_fontello = "0.13.2"
[target.'cfg(windows)'.build-dependencies]
embed-resource = "3.0.1"
@@ -47,6 +47,10 @@ opt-level = 1
[profile.dev.package."*"]
opt-level = 3
+[profile.release]
+lto = true
+strip = true
+
[[bin]]
name = "iced-builder"
path = "src/main.rs"