Initial menu implementation
This commit is contained in:
parent
4994d34aba
commit
9fc5ad23ed
14 changed files with 487 additions and 8 deletions
|
|
@ -85,6 +85,7 @@ members = [
|
|||
"examples/tour",
|
||||
"examples/tooltip",
|
||||
"examples/url_handler",
|
||||
"examples/menu",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
|
@ -92,6 +93,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/iced-rs/winit", rev = "e351421a32bf01b428325dde44dea39ee2656153"}
|
||||
|
||||
[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