From 46753279dcf3b376cc1cbdccd6ed594ff3ad62fc Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Tue, 4 Oct 2016 02:38:51 +0200 Subject: [PATCH 1/3] Added gamelib --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 0984946..c302713 100644 --- a/packages.json +++ b/packages.json @@ -842,6 +842,19 @@ "description": "Wrapper for SDL 2.x", "license": "MIT", "web": "https://github.com/nim-lang/sdl2" + }, + { + "name": "gamelib", + "url": "https://github.com/PMunch/SDLGamelib", + "method": "git", + "tags": [ + "sdl", + "game", + "library" + ], + "description": "A library of functions to make creating games using Nim and SDL2 easier. This does not intend to be a full blown engine and tries to keep all the components loosly coupled so that individual parts can be used separately.", + "license": "MIT", + "web": "https://github.com/PMunch/SDLGamelib" }, { "name": "sdl2_nim", From ee4342137674bce6be86d0a8792d2ae024096f96 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Tue, 7 Mar 2017 15:20:25 +0100 Subject: [PATCH 2/3] Added nimcr package --- packages.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/packages.json b/packages.json index b33ef3d..267faca 100644 --- a/packages.json +++ b/packages.json @@ -872,17 +872,16 @@ "web": "https://github.com/PMunch/SDLGamelib" }, { - "name": "gamelib", - "url": "https://github.com/PMunch/SDLGamelib", + "name": "nimcr", + "url": "https://github.com/PMunch/nimcr", "method": "git", "tags": [ - "sdl", - "game", - "library" + "shebang", + "utility" ], - "description": "A library of functions to make creating games using Nim and SDL2 easier. This does not intend to be a full blown engine and tries to keep all the components loosely coupled so that individual parts can be used separately.", + "description": "A small program to make Nim shebang-able without the overhead of compiling each time", "license": "MIT", - "web": "https://github.com/PMunch/SDLGamelib" + "web": "https://github.com/PMunch/nimcr" }, { "name": "sdl2_nim", From af9e0551a66fea58a5918d51b5a3b84f0762c670 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Tue, 7 Mar 2017 15:23:54 +0100 Subject: [PATCH 3/3] Fixed indentation --- packages.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages.json b/packages.json index 267faca..37c84ac 100644 --- a/packages.json +++ b/packages.json @@ -858,16 +858,16 @@ "license": "MIT", "web": "https://github.com/nim-lang/sdl2" }, - { + { "name": "gamelib", "url": "https://github.com/PMunch/SDLGamelib", "method": "git", "tags": [ - "sdl", - "game", - "library" - ], - "description": "A library of functions to make creating games using Nim and SDL2 easier. This does not intend to be a full blown engine and tries to keep all the components loosly coupled so that individual parts can be used separately.", + "sdl", + "game", + "library" + ], + "description": "A library of functions to make creating games using Nim and SDL2 easier. This does not intend to be a full blown engine and tries to keep all the components loosely coupled so that individual parts can be used separately.", "license": "MIT", "web": "https://github.com/PMunch/SDLGamelib" },