libcosmic-yoda/cosmic-theme
Cheong Lau bd438a8581 perf: reduce memory allocations
This also changes `widget::column::with_children` and
`widget::row::with_children` to take an `impl IntoIterator` instead
of a `Vec`, like the `iced` variants of these functions do.

This shouldn't be a breaking change since passing in a `Vec` will still
compile and function exactly as before.

(Using `iced::widget::Column::from_vec` or
`iced::widget::Row::from_vec` isn't possible, since the elements of the
`Vec` aren't checked, so the size of the resulting `Column` or `Row`
won't adapt to the size of its children. Perhaps a new function could
be added to mirror `iced`'s?)
2025-10-22 04:30:57 +02:00
..
src perf: reduce memory allocations 2025-10-22 04:30:57 +02:00
Cargo.toml chore: use std::syncLazyLock 2025-09-03 21:54:46 +02:00
README.md Cosmic advanced text (#103) 2023-05-30 12:03:15 -04:00

WIP