diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2012-12-19 16:46:05 -0600 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2012-12-19 16:46:05 -0600 |
| commit | 00407fe528bafa97e9bead13e29407854942a09d (patch) | |
| tree | abd09b7dade3b5de1111b79e1f2acefe489ac5c2 | |
| parent | 83e02859073a76cad0c4b67ab1b1bd291d4e0459 (diff) | |
| download | packages-00407fe528bafa97e9bead13e29407854942a09d.tar.gz packages-00407fe528bafa97e9bead13e29407854942a09d.zip | |
added sfml to packages.json
| -rw-r--r-- | packages.json | 9 |
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" } ] |
