From aa7cb35c891432e1411ab580b7240074ed3cb433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Kiss?= Date: Tue, 30 Mar 2021 21:17:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40aa1b0..cec4f55 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ My take on making a raycasting pseudo-3D engine in C++, also with my own tiny te ## Requirements -- C++14-standard compatible C++ compiler +- C++17-standard compatible C++ compiler - CMake 3.16 or newer That's all. The dependencies are automatically downloaded by [Hunter](https://github.com/ruslo/hunter/).