mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
Set MSRV to 1.66
This commit is contained in:
parent
8934bf3bf5
commit
fd6c80a590
7 changed files with 8 additions and 7 deletions
|
@ -6,7 +6,7 @@ In this tutorial, we use C++ as the host programming language. We also support o
|
|||
You will need a development environment that can compile C++20 with CMake 3.21.
|
||||
We don't provide binaries of Slint yet, so we will use the CMake integration that will automatically build
|
||||
the tools and library from source. Since it's implemented in the Rust programming language, this means that
|
||||
you also need to install a Rust compiler (1.64). You can easily install a Rust compiler
|
||||
you also need to install a Rust compiler (1.66 or newer). You can easily install a Rust compiler
|
||||
following the instruction from [the Rust website](https://www.rust-lang.org/learn/get-started).
|
||||
We're going to use `cmake`'s builtin FetchContent module to fetch the source code of Slint.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue