summaryrefslogtreecommitdiff
path: root/iced_drop/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-10-04 00:44:02 +0200
committerpml68 <contact@pml68.me>2024-10-04 00:44:02 +0200
commit510d68b92972b99868e187dd5340f04780b4c354 (patch)
tree6d0937824d8606423b5afef2a16e182a3a984f8f /iced_drop/Cargo.toml
parentfeat: implement fmt::Display for RenderedElement, work on props (diff)
downloadiced-builder-510d68b92972b99868e187dd5340f04780b4c354.tar.gz
feat: update to iced 0.13.1, basic project state file, prepare for drag&drop
Diffstat (limited to 'iced_drop/Cargo.toml')
-rw-r--r--iced_drop/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/iced_drop/Cargo.toml b/iced_drop/Cargo.toml
index 8b9d88c..40beeb0 100644
--- a/iced_drop/Cargo.toml
+++ b/iced_drop/Cargo.toml
@@ -4,5 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies.iced]
-version = "0.12.1"
+version = "0.13.1"
features = ["advanced"]