libcosmic-yoda/examples/README.md

18 lines
247 B
Markdown
Raw Normal View History

# Examples
## `application`
Start here as a template for creating an application with libcosmic's application API.
```sh
just run application
```
## `open-dialog`
Demonstrates how to create an open file dialog
```sh
just run open-dialog
```