reverie-engine

Crates.ioreverie-engine
lib.rsreverie-engine
version0.1.0
sourcesrc
created_at2021-10-12 09:17:56.90294
updated_at2024-09-19 02:25:13.761673
descriptionA toy game engine
homepage
repositoryhttps://github.com/yuma140902/Reverie
max_upload_size
id463886
size49,538
yuma14 (yuma140902)

documentation

README

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.

Commit count: 293

cargo fmt