Merge pull request #4 from fowlmouth/patch-1

added sfml to packages.json
This commit is contained in:
Dominik Picheta 2012-12-19 15:02:39 -08:00
commit 5042363521

View File

@ -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"
}
]