Merge pull request #4 from fowlmouth/patch-1
added sfml to packages.json
This commit is contained in:
commit
5042363521
1 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue