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