mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 05:26:18 +08:00
Add library.json
This commit is contained in:
@@ -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": "."
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user