summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-07-22 21:19:51 +0200
committerpml68 <contact@pml68.dev>2025-07-22 21:19:51 +0200
commit84a8518ade52c49135ec8beb0f14025f7220e8d0 (patch)
tree0522e6c01e1d127c121e9446994cd583b7488563 /Cargo.toml
parentstyle: better Cargo.toml formatting [skip ci] (diff)
downloadiced-builder-84a8518ade52c49135ec8beb0f14025f7220e8d0.tar.gz
feat: better button styling for "unsaved changes" dialog
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 25cf5dd..bb4ce7a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,6 +81,7 @@ iced_material.branch = "iced/personal"
iced_material.features = ["animate", "serde", "dialog", "svg"]
iced_anim.git = "https://github.com/pml68/iced_anim"
+iced_anim.branch = "main"
iced_anim.features = ["derive"]
iced_dialog.git = "https://github.com/pml68/iced_dialog"