change to c++20

This commit is contained in:
Joseph Aquino 2025-09-24 22:00:02 -04:00
parent a1ed0fc2f4
commit 16416eb3f2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ workspace "breakout"
project "breakout" project "breakout"
language "C++" language "C++"
cppdialect "C++17" cppdialect "C++20"
systemversion "latest" systemversion "latest"
kind "WindowedApp" kind "WindowedApp"
targetname "breakout" targetname "breakout"