A TUI library based on pancurses.
To get started, run:
```
$ cargo add pancakes
```
Then you can consult the documentation or examples to learn how to use the library
```
$ git clone https://git.whodiduexpect.com/placeholder/pancakes
$ cd pancakes
$ cargo run --example getting_started
```