added sfml to packages.json

This commit is contained in:
Billingsly Wetherfordshire 2012-12-19 16:46:05 -06:00
parent 83e0285907
commit 00407fe528

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