libcosmic-yoda/examples/README.md
2024-09-13 01:07:34 +02:00

17 lines
247 B
Markdown

# 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
```