# 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
### Commit message
See [.gitmessage](./.gitmessage). It is recommended to run `git config commit.template .gitmessage`.
### Release workflow
1. Merge PR `chore: release v0.x.y` created by release-pr
2. Run `Release` workflow manually
- <https://github.com/yuma140902/Reverie/actions/workflows/release.yml>