bevy_quickmenu
bevy_quickmenu copied to clipboard
README refers to crate release that doesn't exist
The version compatibility table in the README:
| Bevy Version | Crates Version |
|---|---|
| 0.13.0 | 0.4.0 |
| 0.12.0 | 0.3.0 |
Mentions a version 0.3.0 and 0.4.0, but these versions were never released on crates.io (or even tagged on GitHub for tha tmatter).
https://crates.io/crates/bevy_quickmenu/versions
This project doesn't seem very active anymore. (Last update a year ago) I updated it for bevy 0.14 and bevy 0.15: https://github.com/Magi3r/bevy_quickmenu. Its not available on crates.io, but you can directly install it from git.
That's fine.
I was only pointing out that the table is referring to "crates versions" (presumably, versions published on crates.io) that do not exist, which might be confusing to the crate's users / potential users.
This is just something I noticed while passing through.