perf(flexrow): provide reusable vec for storing elements

This commit is contained in:
Michael Aaron Murphy 2023-06-24 13:25:23 +02:00 committed by Michael Murphy
parent e3f30a1b5c
commit b0db23a169
2 changed files with 20 additions and 14 deletions

View file

@ -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"]