reverie-engine 0.7.1

A toy game engine
Documentation
# Reverie

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/yuma140902/reverie/rust.yml?logo=github&label=CI)](https://github.com/yuma140902/reverie/actions/workflows/rust.yml)
[![Crates.io Version](https://img.shields.io/crates/v/reverie-engine)](https://crates.io/crates/reverie-engine)
[![docs.rs](https://img.shields.io/docsrs/reverie-engine?logo=docsdotrs)](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>