diff options
| author | Zachary Carter <carterza@gmail.com> | 2017-04-30 08:37:41 -0400 |
|---|---|---|
| committer | Zachary Carter <carterza@gmail.com> | 2017-04-30 08:37:41 -0400 |
| commit | 39b768f697db80373448a3cb216ea5d4e7b43a43 (patch) | |
| tree | 8f0c0e79c76a347c052a89da0bb14a7cef973380 | |
| parent | 5dcc2ba66616a7063a47503a1d326141cad1d051 (diff) | |
| download | packages-39b768f697db80373448a3cb216ea5d4e7b43a43.tar.gz packages-39b768f697db80373448a3cb216ea5d4e7b43a43.zip | |
Added package frag
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a783911..3b60f75 100644 --- a/packages.json +++ b/packages.json @@ -6261,5 +6261,19 @@ "description": "MathExpr - wrapper around TinyExpr C library", "license": "MIT", "web": "https://github.com/TiberiumN/nim-mathexpr" + }, + { + "name": "frag", + "url": "https://github.com/fragworks/frag", + "method": "git", + "tags": [ + "game", + "game-dev", + "2d", + "3d" + ], + "description": "A 2D|3D game engine", + "license": "MIT", + "web": "https://github.com/fragworks/frag" } ] |
