Bump MSRV to 1.64

... due to rust-skia bindings requiring a feature (ffi related).
This commit is contained in:
Simon Hausmann 2022-12-02 12:21:05 +01:00 committed by Simon Hausmann
parent 2dbabe1d86
commit 7e77a2a4cc
6 changed files with 10 additions and 6 deletions

View file

@ -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.19.
We do not provide binaries of Slint yet, so we will use the CMake integration that will automatically build
the tools and library from source. Since it is implemented in the Rust programming language, this means that
you also need to install a Rust compiler (1.60). You can easily install a Rust compiler
you also need to install a Rust compiler (1.64). You can easily install a Rust compiler
following the instruction from [the Rust website](https://www.rust-lang.org/learn/get-started).
We are going to use `cmake`'s builtin FetchContent module to fetch the source code of Slint.