flowquad 1.0.0

Flowquad is a library that helps you build UI stuff with Macroquad.
Documentation
# Flowquad!
Flowquad is a library that helps you build UI stuff with [Macroquad](https://macroquad.rs)

# Features
- [x] UI Elements (Widgets)
- That's it really, but it's a start!

# Getting Started

## Installation
Run
```bash
$ cargo add flowquad
```

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