libcosmic/examples/cosmic
Michael Aaron Murphy c4bd0fa3d8 feat: Re-orderable positioning of items in segmented button
Calling `model.swap_position(key1, key2)` will swap the positions of
these two items in the model.
2023-01-10 20:49:49 +01:00
..
src feat: Re-orderable positioning of items in segmented button 2023-01-10 20:49:49 +01:00
Cargo.toml Update iced and set cosmic example to use winit_softbuffer 2023-01-06 12:18:16 -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