Update some more version number

Meaning that following the docs or tutorial won't work until the release is complete
This commit is contained in:
Olivier Goffart 2021-06-30 17:20:49 +02:00
parent 05aae8339c
commit 423656d900
7 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@ The tiles in the game should have a random placement. We'll need to add the <`ra
```toml
[dependencies]
sixtyfps = "0.0.6"
sixtyfps = "0.1.0"
rand = "0.8" # Added
```

View file

@ -14,7 +14,7 @@ Then we edit `Cargo.toml` to add the sixtyfps dependency:
```toml
[dependencies]
sixtyfps = "0.0.6"
sixtyfps = "0.1.0"
```
Finally we copy the hello world program from the [SixtyFPS documentation](https://sixtyfps.io/docs/rust/sixtyfps/) into our `src/main.rs`: