summaryrefslogtreecommitdiff
path: root/iced_drop/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk László <116908301+pml68@users.noreply.github.com>2025-02-21 21:13:18 +0100
committerGitHub <noreply@github.com>2025-02-21 21:13:18 +0100
commit53819b29b843326117feac310a6f97e594022cc9 (patch)
treec81a88bf256ea7205c02e7bc57843375eb2ed079 /iced_drop/Cargo.toml
parentfeat!: add name to `Theme`, `is_dark` -> `dark` (diff)
parentfeat: update to `iced` 0.14-dev (diff)
downloadiced-builder-53819b29b843326117feac310a6f97e594022cc9.tar.gz
Merge pull request #6 from pml68/feat/0.14
Diffstat (limited to '')
-rw-r--r--iced_drop/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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