summaryrefslogtreecommitdiffstats
path: root/examples/modern_art/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/modern_art/Cargo.toml')
-rw-r--r--examples/modern_art/Cargo.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/modern_art/Cargo.toml b/examples/modern_art/Cargo.toml
deleted file mode 100644
index 4242d209..00000000
--- a/examples/modern_art/Cargo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[package]
-name = "modern_art"
-version = "0.1.0"
-authors = ["Bingus <shankern@protonmail.com>"]
-edition = "2021"
-publish = false
-
-[dependencies]
-iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
-rand = "0.8.5"
-env_logger = "0.9"