summaryrefslogtreecommitdiffstats
path: root/examples/text_input/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Casper Storm <casper.storm@lich.io>2023-02-20 14:42:10 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-11 05:11:23 +0200
commit898307e9ac8e11de275d7d4d58b93a6f24a1e800 (patch)
tree72fd5345fec2d8ec7484e6f9869f684ba24a7da8 /examples/text_input/Cargo.toml
parentd24a4a46895ed711ddfc3199a0445f0b69a812e4 (diff)
downloadiced-898307e9ac8e11de275d7d4d58b93a6f24a1e800.tar.gz
iced-898307e9ac8e11de275d7d4d58b93a6f24a1e800.tar.bz2
iced-898307e9ac8e11de275d7d4d58b93a6f24a1e800.zip
Removed text_input example in favor for Tour
Diffstat (limited to 'examples/text_input/Cargo.toml')
-rw-r--r--examples/text_input/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/text_input/Cargo.toml b/examples/text_input/Cargo.toml
deleted file mode 100644
index 5937ef8e..00000000
--- a/examples/text_input/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "text_input"
-version = "0.1.0"
-authors = ["Casper Rogild Storm<casper@rogildstorm.com>"]
-edition = "2021"
-publish = false
-
-[dependencies]
-iced = { path = "../..", features = ["debug"] }