From adc18808bc8ae73bf6a9056df9e1c8760a0a827d Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 21 Feb 2025 20:59:23 +0100 Subject: feat: update to `iced` 0.14-dev --- iced_drop/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 iced_drop/Cargo.toml (limited to 'iced_drop/Cargo.toml') diff --git a/iced_drop/Cargo.toml b/iced_drop/Cargo.toml new file mode 100644 index 0000000..0692084 --- /dev/null +++ b/iced_drop/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "iced_drop" +version = "0.1.0" +edition = "2021" + +[dependencies] +iced.workspace = true -- cgit v1.2.3