flowquad 1.1.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)
  - [x] Button
  - [x] Container
  - [x] Label
  - [x] TextInput
  - [x] Toggle

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