aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2012-12-19 15:02:39 -0800
committerDominik Picheta <dominikpicheta@googlemail.com>2012-12-19 15:02:39 -0800
commit504236352123e27f4ea3959cf5b52cea36a6b386 (patch)
treeabd09b7dade3b5de1111b79e1f2acefe489ac5c2
parent83e02859073a76cad0c4b67ab1b1bd291d4e0459 (diff)
parent00407fe528bafa97e9bead13e29407854942a09d (diff)
downloadpackages-504236352123e27f4ea3959cf5b52cea36a6b386.tar.gz
packages-504236352123e27f4ea3959cf5b52cea36a6b386.zip
Merge pull request #4 from fowlmouth/patch-1
added sfml to packages.json
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index d493e68..ce9a3c6 100644
--- a/packages.json
+++ b/packages.json
@@ -24,6 +24,15 @@
"tags": ["game", "engine", "sdl"],
"description": "Simple 2D game engine for Nimrod language.",
"license": "MIT"
+ },
+
+ {
+ "name": "sfml",
+ "url": "git://github.com/fowlmouth/nimrod-sfml/",
+ "method": "git",
+ "tags": ["game", "library", "opengl"],
+ "description": "High level OpenGL-based Game Library",
+ "license": "MIT"
}
]