Masonry Winit
A foundational framework for Rust GUI libraries
This is the Winit backend for the Masonry GUI framework.
See Masonry's documentation for more details, examples and resources.
Example
use ;
use LogicalSize;
use default_property_set;
use ;
use Window;
(See the Masonry documentation for more detailed examples.)
Minimum supported Rust Version (MSRV)
This version of Masonry Winit has been verified to compile with Rust 1.88 and later.
Future versions of Masonry Winit might increase the Rust version requirement. It will not be treated as a breaking change and as such can even happen with small patch releases.
Community
Discussion of Masonry Winit development happens in the Linebender Zulip, specifically the #masonry channel. All public content can be read without logging in.
Contributions are welcome by pull request. The Rust code of conduct applies.
License
Licensed under the Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0)