Files
wince/README.md
2022-12-16 15:19:11 -08:00

19 lines
215 B
Markdown

# gtktest
Crystal GTK test application
## Build
You gotta have blueprint installed
```
pacman -S blueprint-compiler crystal shards libadwaita
```
Then you can test run with
```
crystal run src/gtktest.cr
```