libcosmic/examples/cosmic/README.md

10 lines
200 B
Markdown
Raw Normal View History

2022-10-03 14:00:42 -06:00
# COSMIC
An example of the COSMIC design system.
2022-09-30 08:55:37 -06:00
All the example code is located in the __[`main`](src/main.rs)__ file.
You can run it with `cargo run`:
```
2022-10-03 14:00:42 -06:00
cargo run --package cosmic --release
2022-09-30 08:55:37 -06:00
```