mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Update the version in the README and doc as we prepare the release
This commit is contained in:
parent
a366744f28
commit
77dc3a2ca9
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ In your `Cargo.toml` add:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sixtyfps = "0.0.2"
|
sixtyfps = "0.0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
And in your `main.rs`:
|
And in your `main.rs`:
|
||||||
|
|
|
@ -63,11 +63,11 @@ In your Cargo.toml:
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sixtyfps = "0.0.2"
|
sixtyfps = "0.0.3"
|
||||||
...
|
...
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
sixtyfps-build = "0.0.2"
|
sixtyfps-build = "0.0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
In the `build.rs` file:
|
In the `build.rs` file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue