libcosmic/examples/cosmic
13r0ck 8eff8a33fa More efficently resize at break point
Uses iced `events_with()` to only subscribe to window resize
events. The window width is stored in a static AtomicU32 so
that the subscription can compare to an old window width as to
only send messages when the width crosses the break point.

fix up
2022-12-22 06:37:41 -07:00
..
src More efficently resize at break point 2022-12-22 06:37:41 -07:00
Cargo.toml Move desktop views into separate file 2022-12-21 14:21:51 -07:00
README.md Update readmes 2022-10-03 14:00:42 -06:00

COSMIC

An example of the COSMIC design system.

All the example code is located in the main file.

You can run it with cargo run:

cargo run --package cosmic --release