Add library.json

This commit is contained in:
embeddedt
2019-07-30 08:24:26 -04:00
committed by GitHub
parent 3eeb104463
commit 1f4f333a01
+13
View File
@@ -0,0 +1,13 @@
{
"name": "lvgl",
"keywords": "graphics, gui, embedded, littlevgl",
"description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.",
"repository":
{
"type": "git",
"url": "https://github.com/littlevgl/lvgl.git"
},
"build": {
"includeDir": "."
}
}