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