A small 2D game framework I'm building just-for-fun and to learn Rust a little bit deeper
To try this project out clone this repository:
```sh
git clone https://github.com/w1ltshire/fennel.git && cd fennel
```
And run the basic example:
```sh
cargo run --example hello
```
- -------