bevy_cleancut 0.2.7

Random utility stuff for bevy for my personal use. You're welcome to use it, too, if you like.
Documentation
# Releasing

Ensure the latest version of `cargo-release` is installed:

```shell
cargo install cargo-release
```

Choose what level this release should be: `major`, `minor`, or `patch`. Do a dry run at that level.

```shell
cargo release -v LEVEL
```

Once that looks good, do the actual release.

```shell
cargo release --execute LEVEL
```

# Configuration

Configuration goes in `release.toml`