diff options
Diffstat (limited to '')
-rw-r--r-- | examples/modern_art/Cargo.toml | 3 |
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" |