bevy_quickmenu icon indicating copy to clipboard operation
bevy_quickmenu copied to clipboard

README refers to crate release that doesn't exist

Open rparrett opened this issue 1 year ago • 2 comments

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

rparrett avatar Jul 16 '24 16:07 rparrett

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.

Magi3r avatar Mar 10 '25 17:03 Magi3r

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.

rparrett avatar Mar 10 '25 17:03 rparrett