diff options
author | 2022-11-18 14:16:02 -0800 | |
---|---|---|
committer | 2022-11-29 12:50:57 -0800 | |
commit | 3814fda9d22875bdbc9e11ccfc6dce1f0e7ca5d3 (patch) | |
tree | bd96a890c712cdf47bf53af4763e8376b8a6a3c0 /examples/modal/Cargo.toml | |
parent | 9a601c095420d3eba23df470becc112b928f9f62 (diff) | |
download | iced-3814fda9d22875bdbc9e11ccfc6dce1f0e7ca5d3.tar.gz iced-3814fda9d22875bdbc9e11ccfc6dce1f0e7ca5d3.tar.bz2 iced-3814fda9d22875bdbc9e11ccfc6dce1f0e7ca5d3.zip |
Add modal example
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" } |