mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Bump more version numbers in Rust docs
This commit is contained in:
parent
a90a75266d
commit
988e4fcd09
3 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@ In your Cargo.toml:
|
|||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
slint = "1.3.0"
|
||||
slint = "1.4.0"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
slint-build = "1.3.0"
|
||||
slint-build = "1.4.0"
|
||||
```
|
||||
|
||||
In the `build.rs` file:
|
||||
|
|
|
@ -23,7 +23,7 @@ In your `Cargo.toml` add:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
slint = "1.3.0"
|
||||
slint = "1.4.0"
|
||||
```
|
||||
|
||||
And in your `main.rs`:
|
||||
|
|
|
@ -71,11 +71,11 @@ build = "build.rs"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
slint = "1.3.0"
|
||||
slint = "1.4.0"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
slint-build = "1.3.0"
|
||||
slint-build = "1.4.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