summaryrefslogtreecommitdiffstats
path: root/examples/text_input/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"] }