diff options
Diffstat (limited to 'examples/url_handler/Cargo.toml')
-rw-r--r-- | examples/url_handler/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/url_handler/Cargo.toml b/examples/url_handler/Cargo.toml index 63c7ec27..4dcff92d 100644 --- a/examples/url_handler/Cargo.toml +++ b/examples/url_handler/Cargo.toml @@ -7,4 +7,3 @@ publish = false [dependencies] iced = { path = "../.." } -iced_native = { path = "../../native" } |