Added events for url handling and create example
This commit is contained in:
parent
d2c8a3e04b
commit
9ae22b58d8
6 changed files with 93 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ members = [
|
|||
"examples/todos",
|
||||
"examples/tour",
|
||||
"examples/tooltip",
|
||||
"examples/url_handler",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
|
@ -91,6 +92,9 @@ iced_core = { version = "0.4", path = "core" }
|
|||
iced_futures = { version = "0.3", path = "futures" }
|
||||
thiserror = "1.0"
|
||||
|
||||
[patch.crates-io]
|
||||
winit = { git="https://github.com/cryptowatch/winit", rev="f9180f3b3c0f4fb8fd8c65bd0adf641cd6b32dd0" }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
iced_winit = { version = "0.3", path = "winit" }
|
||||
iced_glutin = { version = "0.2", path = "glutin", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue