Skip to content

Toy Game Engine made with Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

yuma140902/Reverie

Repository files navigation

Reverie

GitHub Actions Workflow Status Crates.io Version docs.rs

A toy game engine

Examples

  • cargo run -p example-misc
  • cargo run -p old-example-craft
  • cargo run -p old-example-window
  • cargo run -p old-example-raw

Links

Development

Changelog

See CHANGELOG.md.

To generate changelog, install git-cliff and run

git cliff --config git-cliff.toml -o CHANGELOG.md

Commit message

See .gitmessage. It is recommended to run git config commit.template .gitmessage.