From e61ec5283e46c22e30601e905dbd7f2eb4972ee9 Mon Sep 17 00:00:00 2001 From: Victoria Guevara Date: Thu, 5 Sep 2019 08:16:22 +0300 Subject: [PATCH] Added package Xors3D (#1158) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index d6bc714..fceb90c 100644 --- a/packages.json +++ b/packages.json @@ -14198,5 +14198,20 @@ "description": "Implementation of the Fletcher checksum algorithm.", "license": "GPLv3+", "web": "https://github.com/Akito13/nim-fletcher" + }, + { + "name": "Xors3D", + "url": "https://github.com/Guevara-chan/Xors3D-for-Nim", + "method": "git", + "tags": [ + "3d", + "game", + "engine", + "dx9", + "graphics" + ], + "description": "Blitz3D-esque DX9 engine for Nim", + "license": "MIT", + "web": "https://github.com/Guevara-chan/Xors3D-for-Nim" } ]