add nimCEF package

This commit is contained in:
andri lim 2016-06-15 10:14:35 +07:00
parent cf802da4ff
commit 99b6db5c51

View File

@ -4794,5 +4794,20 @@
"description": "Writing a 2D Platform Game in Nim with SDL2", "description": "Writing a 2D Platform Game in Nim with SDL2",
"license": "MIT", "license": "MIT",
"web": "https://github.com/def-/nim-platformer" "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"
} }
] ]