xilem/masonry/examples
Olivier FAURE bc8e9fecd2
Switch to Edition 2024 (#880)
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.
2025-03-05 13:15:47 +00:00
..
assets Move crates to the repository root (#302) 2024-05-11 21:59:03 +00:00
screenshots Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
snapshots Add tests to Masonry's examples (#844) 2025-01-22 11:18:29 +00:00
calc_masonry.rs Switch to Edition 2024 (#880) 2025-03-05 13:15:47 +00:00
custom_widget.rs Switch to Edition 2024 (#880) 2025-03-05 13:15:47 +00:00
grid_masonry.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00
hello_masonry.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00
readme.md Add screenshots to documentation (#832) 2025-01-23 18:21:53 +00:00
simple_image.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00
to_do_list.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00
two_textboxes.rs Reorganize Masonry modules (#848) 2025-01-24 11:24:31 +00:00

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.