You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
486 B
14 lines
486 B
{
|
|
"name": "lvgl",
|
|
"version": "6.0.2",
|
|
"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": "."
|
|
}
|
|
}
|
|
|