diff options
Diffstat (limited to '')
-rw-r--r-- | examples/url_handler/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/url_handler/Cargo.toml b/examples/url_handler/Cargo.toml index 595bdac0..911b2f25 100644 --- a/examples/url_handler/Cargo.toml +++ b/examples/url_handler/Cargo.toml @@ -7,6 +7,4 @@ publish = false [dependencies] iced = { path = "../.." } -iced_native = { path = "../../native" } -syslog="4.0" -log="0.4"
\ No newline at end of file +iced_native = { path = "../../native" }
\ No newline at end of file |