Closed BD103 closed 4 months ago
This updates the main branch to use Bevy 0.14, though it does not touch the other branches. As part of this change, I also added publish = false to Cargo.toml to prevent it from accidentally being published on https://crates.io.
main
publish = false
Cargo.toml
Though I technically have merge rights, I'm going to wait for a maintainer or @JMS55 to approve this. :)
This updates the
main
branch to use Bevy 0.14, though it does not touch the other branches. As part of this change, I also addedpublish = false
toCargo.toml
to prevent it from accidentally being published on https://crates.io.