Code cleanup, clearer comments + removed some unnecessary dupe;
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping;
This commit is contained in:
parent
fa068b904a
commit
8ba1843080
11 changed files with 59 additions and 103 deletions
|
|
@ -46,8 +46,8 @@ chrome-trace = [
|
|||
"iced_wgpu?/tracing",
|
||||
"iced_glow?/tracing",
|
||||
]
|
||||
# Enables experimental multi-window support for iced_winit
|
||||
multi_window = ["iced_winit/multi_window"]
|
||||
# Enables experimental multi-window support for iced_winit + wgpu.
|
||||
multi-window = ["iced_winit/multi-window"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue