perf(flexrow): provide reusable vec for storing elements
This commit is contained in:
parent
e3f30a1b5c
commit
b0db23a169
2 changed files with 20 additions and 14 deletions
|
|
@ -10,7 +10,7 @@ name = "cosmic"
|
|||
default = ["winit", "tokio", "a11y"]
|
||||
debug = ["iced/debug"]
|
||||
a11y = ["iced/a11y", "iced_accessibility"]
|
||||
wayland = ["iced/wayland", "iced_sctk", "sctk",]
|
||||
wayland = ["iced/wayland", "iced_sctk", "sctk"]
|
||||
wgpu = ["iced/wgpu", "iced_wgpu"]
|
||||
tokio = ["dep:tokio", "iced/tokio"]
|
||||
smol = ["iced/smol"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue