Flowquad is a library that helps you build UI stuff with [Macroquad](https://macroquad.rs)
- -
Run
```bash
$ cargo add flowquad
```
Usage can be found in the examples folder. The examples are a good way to get started with the library. To run the examples, run
```bash
$ cargo run --example <example_name>
```