mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Update version number in docs
This commit is contained in:
parent
559e1080d2
commit
c56b965672
9 changed files with 12 additions and 12 deletions
|
@ -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.1.1"
|
||||
sixtyfps = "0.1.2"
|
||||
rand = "0.8" # Added
|
||||
```
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ edition = "2018"
|
|||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps = "0.1.1"
|
||||
sixtyfps = "0.1.2"
|
||||
```
|
||||
|
||||
The `resolver = "2"` line is there to avoid some errors because of conflicting dependencies on some platforms.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue