mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Update version in docs
This commit is contained in:
parent
0689584c01
commit
c8780ef875
3 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@ In your Cargo.toml:
|
|||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
slint = "1.9.0"
|
||||
slint = "1.10.0"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
slint-build = "1.9.0"
|
||||
slint-build = "1.10.0"
|
||||
```
|
||||
|
||||
In the `build.rs` file:
|
||||
|
|
|
@ -24,7 +24,7 @@ In your `Cargo.toml` add:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
slint = "1.9.0"
|
||||
slint = "1.10.0"
|
||||
```
|
||||
|
||||
And in your `main.rs`:
|
||||
|
|
|
@ -76,11 +76,11 @@ build = "build.rs"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
slint = "1.9.0"
|
||||
slint = "1.10.0"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
slint-build = "1.9.0"
|
||||
slint-build = "1.10.0"
|
||||
```
|
||||
|
||||
Use the API of the slint-build crate in the `build.rs` file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue