fennel-engine 0.5.0

A small 2D game framework I'm building just-for-fun and to learn Rust a little bit deeper
Documentation
# fennel
A small 2D game framework I'm building just-for-fun and to learn Rust a little bit deeper

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

## Roadmap
- [x] Rendering
- [x] Event handling
- [x] Basic audio subsystem
- [ ] More advanced audio
- [x] Resource management
- [ ] ECS
- [ ] Scripting
- [ ] Editor