iced/graphics
Héctor Ramón Jiménez 935c722a27
Use Arc::try_unwrap in Paragraph
We use `MaybeUninit` here instead of `Option` to save some cycles, but
I will most likely change it for an `Option` since unsafe code is quite
scary.
2023-09-01 03:59:57 +02:00
..
fonts Implement explicit text caching in the widget state tree 2023-08-30 04:31:21 +02:00
src Use Arc::try_unwrap in Paragraph 2023-09-01 03:59:57 +02:00
Cargo.toml Implement explicit text caching in the widget state tree 2023-08-30 04:31:21 +02:00