diff options
author | 2022-11-30 19:55:57 +0100 | |
---|---|---|
committer | 2022-11-30 19:55:57 +0100 | |
commit | 8b55e9b9e6ba0b83038dd491dd34d95b4f9a381b (patch) | |
tree | 6939784c7121a4937bd32e65bfc781c1aca324bd /examples/modal/Cargo.toml | |
parent | 23da5a32515a2eaf567d35d1b81e4b8400a27219 (diff) | |
parent | 899bd45700f0fe7a5dee5fb71400820981f154e0 (diff) | |
download | iced-8b55e9b9e6ba0b83038dd491dd34d95b4f9a381b.tar.gz iced-8b55e9b9e6ba0b83038dd491dd34d95b4f9a381b.tar.bz2 iced-8b55e9b9e6ba0b83038dd491dd34d95b4f9a381b.zip |
Merge pull request #1546 from tarkah/fix/overlay-widget-operations
Fix overlay widget operations
Diffstat (limited to 'examples/modal/Cargo.toml')
-rw-r--r-- | examples/modal/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/modal/Cargo.toml b/examples/modal/Cargo.toml new file mode 100644 index 00000000..8770acac --- /dev/null +++ b/examples/modal/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "modal" +version = "0.1.0" +authors = ["tarkah <admin@tarkah.dev>"] +edition = "2021" +publish = false + +[dependencies] +iced = { path = "../..", features = [] } +iced_native = { path = "../../native" } |