Skip to content

Commit b6259cd

Browse files
authored
C++20 is necessary
1 parent 7e7754b commit b6259cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ C++ code, how to trigger react to callbacks, get and set properties and use basi
1313
In order to use this template and build a C++ application, you need to install a few tools:
1414

1515
* **[cmake](https://cmake.org/download/)** (3.19 or newer)
16-
* A C++ compiler that supports C++ version 17 or newer
16+
* A C++ compiler that supports C++ 20
1717

1818
If your target environment is Linux or Windows on an x86-64 architecture, then you may also opt into downloading one of our binary Slint packages. These are pre-compiled and require no further tools. You can find setup instructions and download links at
1919

@@ -52,4 +52,4 @@ We recommend using an IDE for development, along with our [LSP-based IDE integra
5252
## Next Steps
5353
5454
We hope that this template helps you get started and you enjoy exploring making user interfaces with Slint. To learn more
55-
about the Slint APIs and the `.slint` markup language check out our [online documentation](https://slint-ui.com/docs/cpp/).
55+
about the Slint APIs and the `.slint` markup language check out our [online documentation](https://slint-ui.com/docs/cpp/).

0 commit comments

Comments
 (0)