Tim @dev.timjen.net · Jan 11

Small #bevyengine trick: You can create an automatically updating badge showcasing the Bevy version your library / app is currently using. Simply create a [Dynamic TOML badge](shields.io/badges/dynam...)

6 likes 1 replies

?

Replies

Tim · Jan 11

Use the _raw content_ link to your Cargo.toml as URL. For the path, use `$.dependencies.bevy` or `$.workspace.dependencies.bevy`, depending on your project setup. Finally, you can set the label to "bevy" and the prefix to "v" and you're all set!