diff options
Diffstat (limited to 'examples/geometry/Cargo.toml')
-rw-r--r-- | examples/geometry/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/geometry/Cargo.toml b/examples/geometry/Cargo.toml index 79fe52d5..6068d651 100644 --- a/examples/geometry/Cargo.toml +++ b/examples/geometry/Cargo.toml @@ -7,4 +7,3 @@ publish = false [dependencies] iced = { path = "../..", features = ["advanced"] } -iced_graphics = { path = "../../graphics" } |