mirror of https://github.com/linebender/xilem
![]() I've ignored most of the changes and the projects still compile and test fine. Changes I did commit: Add `+ use<>` after functions. Remove `ref mut` from some patterns. Bump MSRV. Apply new rustfmt format. |
||
---|---|---|
.. | ||
assets | ||
screenshots | ||
snapshots | ||
calc_masonry.rs | ||
custom_widget.rs | ||
grid_masonry.rs | ||
hello_masonry.rs | ||
readme.md | ||
simple_image.rs | ||
to_do_list.rs | ||
two_textboxes.rs |
readme.md
Masonry examples
hello_masonry
Simples possible Masonry app.
two_textboxes
Example used to test text input and text focus.
calc_masonry
Calculator app.
to_do_list
To-do list app.
custom_widget
Static render showing off Vello's capabilities.
grid_masonry
Demonstration of the grid layout.
simple_image
Simple image example.