# Reverie
[](https://github.com/yuma140902/reverie/actions/workflows/rust.yml)
[](https://crates.io/crates/reverie-engine)
[](https://docs.rs/reverie-engine/latest/reverie-engine/)
A toy game engine
## Example
```sh
cargo run -p example-misc
```
## Links
- [GitHub](https://github.com/yuma140902/Reverie)
- [crates.io](https://crates.io/crates/reverie-engine)
- [Documentation](https://yuma14.net/Reverie/)
- [API Documentation](https://docs.rs/reverie-engine/)
## Development
### Changelog
See [CHANGELOG.md](./CHANGELOG.md).
### Commit message
See [.gitmessage](./.gitmessage). It is recommended to run `git config commit.template .gitmessage`.