mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Polish the C++ and Rust requirements intro paragraph a little
This commit is contained in:
parent
249854c8f2
commit
670f9b5c50
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ This guide lists all API incompatible changes between major versions and describ
|
||||||
|
|
||||||
## Migrating from Version 0.1.x to 0.2.0
|
## Migrating from Version 0.1.x to 0.2.0
|
||||||
|
|
||||||
In the 0.2.x series we have increased the minimum version of C++ and Rust that we require. You need to have Rust >= 1.56 installed and a C++ compiler that supports C++ 20 or newer. If you have installed Rust using `rustup`, then you can upgrade to the latest Version of Rust by running `rustup update`.
|
In the 0.2.x series we have increased the minimum version of C++. You need to have a C++ compiler installed that supports C++ 20 or newer.
|
||||||
|
|
||||||
|
If you are building SixtyFPS from source, you need to make sure that your Rust installation is up-to-date. If you have installed Rust using `rustup`, then you can upgrade to the latest Version of Rust by running `rustup update`.
|
||||||
|
|
||||||
### C++ Interpreter API
|
### C++ Interpreter API
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue