Skip to content

Commit

Permalink
Updated readme to Bevy 0.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Jul 31, 2022
1 parent 8c61b79 commit 806c3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,7 +4,7 @@
![docs.rs](https://img.shields.io/docsrs/bevy_flycam)


A basic first-person fly camera for Bevy 0.7
A basic first-person fly camera for Bevy 0.8

## Controls
* WASD to move horizontally
Expand All @@ -25,15 +25,15 @@ There are a few notable differences from [bevy_fly_camera](https://github.com/mc
1. Add to `Cargo.toml` or copy `lib.rs` to your own file
```toml
[dependencies]
bevy = "0.7"
bevy = "0.8"
bevy_flycam = "*"
```

or

```toml
[dependencies]
bevy = "0.7"
bevy = "0.8"
bevy_flycam = { git = "https://github.com/sburris0/bevy_flycam" }
```

Expand Down

0 comments on commit 806c3d9

Please sign in to comment.