diff options
| author | pml68 <contact@pml68.dev> | 2025-02-21 20:59:23 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-21 20:59:23 +0100 |
| commit | adc18808bc8ae73bf6a9056df9e1c8760a0a827d (patch) | |
| tree | c81a88bf256ea7205c02e7bc57843375eb2ed079 /iced_drop/Cargo.toml | |
| parent | feat!: add name to `Theme`, `is_dark` -> `dark` (diff) | |
| download | iced-builder-adc18808bc8ae73bf6a9056df9e1c8760a0a827d.tar.gz | |
feat: update to `iced` 0.14-dev
Diffstat (limited to '')
| -rw-r--r-- | iced_drop/Cargo.toml | 7 |
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 |
