| Crates.io | reverie-engine-opengl |
| lib.rs | reverie-engine-opengl |
| version | 0.0.8 |
| created_at | 2024-06-04 18:37:28.29582+00 |
| updated_at | 2024-09-17 14:39:54.220125+00 |
| description | A toy game engine backed by OpenGL |
| homepage | |
| repository | https://github.com/yuma140902/Reverie |
| max_upload_size | |
| id | 1261913 |
| size | 85,473 |
A toy game engine
cargo run -p example-craftcargo run -p example-windowcargo run -p example-rawSee CHANGELOG.md.
To generate changelog, install git-cliff and run
git cliff --config git-cliff.toml -o CHANGELOG.md
See .gitmessage. It is recommended to run git config commit.template .gitmessage.