This commit is contained in:
2019-10-25 21:24:25 +02:00
commit dcddb96f93
4 changed files with 71 additions and 0 deletions

13
libmttt.nimble Normal file
View File

@@ -0,0 +1,13 @@
# Package
version = "0.1.0"
author = "luxick"
description = "Game library for meta tic tac toe"
license = "GPL-2.0"
srcDir = "src"
# Dependencies
requires "nim >= 1.0.0"