bevy-patch 0.1.0

Generate bevy patch lists

# bevy-patch

I got annoyed doing this by hand/vim every time. Here you go.

# Usage

```
bevy-patch git --tag v0.0.2
bevy-patch git --branch thingy
bevy-patch git --repo github.com/aceeri/bevy --branch my_branch
bevy-patch path ../bevy
```

# Installing
Can just do:

```
cargo install bevy-patch
```