aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-08-02 20:27:04 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-08-02 20:27:04 +0100
commit099294e4ca3089969590f6badb60832a28be2478 (patch)
tree8831d93577a7fe1460915007dc73fa798148bd43
parenta299434c12a614c19e79f824e84b7ae5a860214a (diff)
parent85b93e77955aeee6ad9abf9812f0b6e5ed992780 (diff)
downloadpackages-099294e4ca3089969590f6badb60832a28be2478.tar.gz
packages-099294e4ca3089969590f6badb60832a28be2478.zip
Merge pull request #76 from barcharcraz/master
added nimrod wrapper for DirectX
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c3b9bad..c02add7 100644
--- a/packages.json
+++ b/packages.json
@@ -831,5 +831,14 @@
"description": "Wrapper for the nanomsg socket library that provides several common communication patterns",
"license": "MIT",
"web": "https://github.com/def-/nim-nanomsg"
+ },
+ {
+ "name": "directnimrod",
+ "url": "https://bitbucket.org/barcharcraz/directnimrod",
+ "method": "git",
+ "tags": ["library", "wrapper", "graphics", "windows"],
+ "description": "Wrapper for microsoft's DirectX libraries",
+ "license": "MS-PL",
+ "web": "https://bitbucket.org/barcharcraz/directnimrod"
}
]