From bdeb3b39d20e38272725269260d261652617502b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 31 Dec 2017 23:30:39 +0100 Subject: Add supported platforms to project.conf --- project.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/project.conf b/project.conf index 4a69183..12fea06 100644 --- a/project.conf +++ b/project.conf @@ -2,6 +2,7 @@ name = "amalgine" type = "executable" version = "0.1.0" +platforms = ["linux32", "linux64", "win64"] [dependencies] glfw3 = "3.2.1" -- cgit v1.2.3