diff options
author | 2022-04-22 13:35:53 +0200 | |
---|---|---|
committer | 2022-04-22 13:35:53 +0200 | |
commit | 5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78 (patch) | |
tree | d77b70b0fe30a023c60a7215840307246aee6197 /examples/pure/tooltip/Cargo.toml | |
parent | a33e320521fa0f08704bcea541ca337d0f45449e (diff) | |
download | iced-5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78.tar.gz iced-5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78.tar.bz2 iced-5d67f9988c14adfca4a7e67dc7a9ddcd860b1c78.zip |
Implemented Tooltip as Pure
Diffstat (limited to 'examples/pure/tooltip/Cargo.toml')
-rw-r--r-- | examples/pure/tooltip/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/pure/tooltip/Cargo.toml b/examples/pure/tooltip/Cargo.toml new file mode 100644 index 00000000..d84dfb37 --- /dev/null +++ b/examples/pure/tooltip/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "pure_tooltip" +version = "0.1.0" +authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>", "Casper Rogild Storm"] +edition = "2021" +publish = false + +[dependencies] +iced = { path = "../../..", features = ["pure"] } |