From bc89ac251f1adaaaa822cb20976bf8d11e99b83c Mon Sep 17 00:00:00 2001 From: Double_oxygeN Date: Thu, 5 Apr 2018 21:57:56 +0900 Subject: [PATCH] Added package tinamou (#697) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4b22e5f..ba73f85 100644 --- a/packages.json +++ b/packages.json @@ -8865,6 +8865,18 @@ "license": "MIT or Apache License 2.0", "web": "https://github.com/numforge/loopfusion" }, + { + "name": "tinamou", + "url": "https://github.com/Double-oxygeN/tinamou", + "method": "git", + "tags": [ + "game", + "sdl2" + ], + "description": "Game Library in Nim with SDL2", + "license": "MIT", + "web": "https://github.com/Double-oxygeN/tinamou" + }, { "name": "cittadino", "url": "https://github.com/makingspace/cittadino",