mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-14 20:40:05 +00:00
Rust: Bump MSRV to 1.88 (#9640)
As required by the upcoming WGPU 27 update
This commit is contained in:
parent
427cdaf9fa
commit
c246d5c636
9 changed files with 11 additions and 76 deletions
|
@ -49,7 +49,7 @@ In the next section you will learn how to use the installed library in your appl
|
|||
First you need to install the prerequisites:
|
||||
|
||||
* Install Rust by following the [Rust Getting Started Guide](https://www.rust-lang.org/learn/get-started). If you already
|
||||
have Rust installed, make sure that it's at least version 1.85 or newer. You can check which version you have installed
|
||||
have Rust installed, make sure that it's at least version 1.88 or newer. You can check which version you have installed
|
||||
by running `rustc --version`. Once this is done, you should have the `rustc` compiler and the `cargo` build system installed in your path.
|
||||
|
||||
You can either choose to compile Slint from source along with your application or include Slint as an external CMake package.
|
||||
|
|
|
@ -9,7 +9,7 @@ following generic instructions on what's needed to compile and use Slint.
|
|||
## Prerequisites
|
||||
|
||||
* Install Rust by following the [Rust Getting Started Guide](https://www.rust-lang.org/learn/get-started). If you already
|
||||
have Rust installed, make sure that it's at least version 1.85 or newer. You can check which version you have installed
|
||||
have Rust installed, make sure that it's at least version 1.88 or newer. You can check which version you have installed
|
||||
by running `rustc --version`. Once this is done, you should have the `rustc` compiler and the `cargo` build system installed in your path.
|
||||
|
||||
* A C++ cross-compiler compiler that supports C++20.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue