From d828ade4727b8eedc4f8adf82b50196d17f2f58b Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 27 Nov 2022 11:04:54 +0200 Subject: [PATCH] Bump library version and use C++11 for building --- Build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Build b/Build index c697db1..690ff5a 100644 --- a/Build +++ b/Build @@ -1,6 +1,6 @@ package "mspgui" { - version "1.1"; + version "2.0"; description "Base graphics and input library"; require "mspcore"; @@ -106,6 +106,11 @@ package "mspgui" }; }; + build_info + { + standard CXX "c++11"; + }; + library "mspgui" { source "source/graphics"; -- 2.43.0