summaryrefslogtreecommitdiffstats
path: root/examples/modern_art/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar shan <shankern@protonmail.com>2022-10-06 07:28:05 -0700
committerLibravatar shan <shankern@protonmail.com>2022-10-06 07:28:05 -0700
commitcb7c4676543cd508dfae8d4dcbd9cc8b61b1a94e (patch)
treed72191140c2a7a4919a0787431c1c6da60a55964 /examples/modern_art/Cargo.toml
parent1eb8d972ba60592da7bfc27fe7ec80138e64dd7b (diff)
downloadiced-cb7c4676543cd508dfae8d4dcbd9cc8b61b1a94e.tar.gz
iced-cb7c4676543cd508dfae8d4dcbd9cc8b61b1a94e.tar.bz2
iced-cb7c4676543cd508dfae8d4dcbd9cc8b61b1a94e.zip
Fixed lint issues & cleaned up some documentation.
Diffstat (limited to 'examples/modern_art/Cargo.toml')
-rw-r--r--examples/modern_art/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/modern_art/Cargo.toml b/examples/modern_art/Cargo.toml
index 8242f7e4..a48361ae 100644
--- a/examples/modern_art/Cargo.toml
+++ b/examples/modern_art/Cargo.toml
@@ -7,5 +7,4 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "tokio", "debug"] }
-iced_graphics = { path = "../../graphics" }
-rand = "0.8.5" \ No newline at end of file
+rand = "0.8.5"