From 6aecdf833054387438b4632053881bb64abe460c Mon Sep 17 00:00:00 2001 From: Laguna1989 Date: Wed, 1 Nov 2023 09:02:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e2fae9..730ba498 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## About -This is the JamTemplate for kickstarting your gamejam entry. It will compile C++17 code for native (Win, Linux) and +This is the JamTemplate for kickstarting your gamejam entry. It will compile C++20 code for native (Win, Linux) and web (webassembly) games. Internally it uses [SFML](https://www.sfml-dev.org/), [SDL](https://www.libsdl.org/) and [OpenALpp](https://github.com/Laguna1989/OpenALpp).