diff options
-rw-r--r-- | project.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" |