diff options
| author | andri lim <jangko128@gmail.com> | 2016-06-15 10:14:35 +0700 |
|---|---|---|
| committer | andri lim <jangko128@gmail.com> | 2016-06-15 10:14:35 +0700 |
| commit | 99b6db5c5109fb886b735ea4eb5a9cc63032c046 (patch) | |
| tree | 4ea082b3b8a41a186599d01dd53aeba7e4a29fab | |
| parent | cf802da4ff8fb0c3218ac51f933f57a9339d964a (diff) | |
| download | packages-99b6db5c5109fb886b735ea4eb5a9cc63032c046.tar.gz packages-99b6db5c5109fb886b735ea4eb5a9cc63032c046.zip | |
add nimCEF package
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b9aff11..400b6ef 100644 --- a/packages.json +++ b/packages.json @@ -4794,5 +4794,20 @@ "description": "Writing a 2D Platform Game in Nim with SDL2", "license": "MIT", "web": "https://github.com/def-/nim-platformer" + }, + { + "name": "nimCEF", + "url": "https://github.com/jangko/nimCEF", + "method": "git", + "tags": [ + "chromium", + "embedded", + "framework", + "cef", + "wrapper" + ], + "description": "Nim wrapper for the Chromium Embedded Framework", + "license": "MIT", + "web": "https://github.com/jangko/nimCEF" } ] |
