libcosmic/examples/cosmic-sctk/README.md

10 lines
200 B
Markdown
Raw Normal View History

2022-11-10 16:19:13 +01:00
# COSMIC
An example of the COSMIC design system.
All the example code is located in the __[`main`](src/main.rs)__ file.
You can run it with `cargo run`:
```
cargo run --package cosmic --release
```