aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-01-07 01:04:02 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-01-07 01:04:02 +0000
commit80e21fdfc04f4681f9ee5fcd052fef34467a7152 (patch)
tree716cf2d5e4b4cd538cc10e9bd657b3295a6dc78c
parent7f91d372d84937fd421342b5037bdae90c07e29c (diff)
parentd9489e4ef0689555a4c8476fcee29d5b1b5970e3 (diff)
downloadpackages-80e21fdfc04f4681f9ee5fcd052fef34467a7152.tar.gz
packages-80e21fdfc04f4681f9ee5fcd052fef34467a7152.zip
Merge pull request #111 from BlaXpirit/patch-1
Add "csfml"
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 79cd18f..bbbb095 100644
--- a/packages.json
+++ b/packages.json
@@ -1074,6 +1074,15 @@
"description": "X-Plane XPLM SDK wrapper",
"license": "BSD",
"web": "https://github.com/jpoirier/XPLM-Nim"
+ },
+ {
+ "name": "csfml",
+ "url": "git://github.com/BlaXpirit/nim-csfml",
+ "method": "git",
+ "tags": ["sfml", "binding", "game", "media", "library", "opengl"],
+ "description": "Bindings for Simple and Fast Multimedia Library (through CSFML)",
+ "license": "zlib",
+ "web": "https://github.com/BlaXpirit/nim-csfml"
}
]