Update the MSRV to 1.56, and test the generated code with edition 2021

This commit is contained in:
Olivier Goffart 2022-01-24 11:17:08 +01:00
parent 42f1964e54
commit 6babb73136
7 changed files with 9 additions and 9 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++17 with CMake 3.19.
We do not provide binaries of SixtyFPS 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.48). You can easily install a Rust compiler
you also need to install a Rust compiler (1.56). 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 SixtyFPS.