Expand description
Traits and types of the Masonry toolkit. See Masonry Winit’s documentation for more details, examples and resources.
Re-exports§
pub use util::Handled;
pub use util::UnitPoint;
pub use vello::kurbo;
pub use vello::peniko;
pub use cursor_icon;
pub use dpi;
pub use parley;
pub use vello;
Modules§
- app
- Types needed for running a Masonry app.
- core
- Basic types and traits Masonry is built on.
- doc
- Documentation-only module
- palette
- Palettes with predefined colors.
- properties
- Types and logic commonly used across widgets.
- testing
- Helper tools for writing unit tests.
- theme
- Default values used by various widgets in their paint methods.
- util
- Miscellaneous utility functions.
- widgets
- Common widgets.
Macros§
- assert_
failing_ render_ snapshot - Assert a snapshot of a rendered frame of your app, expecting it to fail.
- assert_
render_ snapshot - Assert a snapshot of a rendered frame of your app.