masonry 0.4.0

Traits and types of the Masonry toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2025 the Xilem Authors
// SPDX-License-Identifier: Apache-2.0

//! We test core Masonry features and passes here instead of in `masonry_testing`,
//! both to centralize tests in a single crate and to have access to the `masonry`
//! widget/property set in our tests if needed.

mod accessibility;
mod anim;
mod compose;
mod event;
mod layout;
mod mutate;
mod paint;
mod update;
mod widget_tag;