diff options
Diffstat (limited to '')
| -rw-r--r-- | iced_drop/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/iced_drop/Cargo.toml b/iced_drop/Cargo.toml new file mode 100644 index 0000000..8b9d88c --- /dev/null +++ b/iced_drop/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "iced_drop" +version = "0.1.0" +edition = "2021" + +[dependencies.iced] +version = "0.12.1" +features = ["advanced"] |
