From eec39dda25d51e7a041ed6f0ccdd7e574baac1f0 Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Mon, 28 Oct 2019 00:50:52 -0500 Subject: [PATCH] Added package NimTacToe (#1223) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index ece839d..59095f7 100644 --- a/packages.json +++ b/packages.json @@ -14967,5 +14967,16 @@ "description": "OwO text convewtew fow Nim", "license": "MIT", "web": "https://github.com/lmariscal/owo" + }, + { + "name": "NimTacToe", + "url": "https://github.com/JesterOrNot/Nim-Tac-Toe", + "method": "git", + "tags": [ + "no" + ], + "description": "A new awesome nimble package", + "license": "MIT", + "web": "https://github.com/JesterOrNot/Nim-Tac-Toe" } ]