lvgl/library.json

18 lines
525 B
JSON
Raw Normal View History

2019-07-30 14:24:26 +02:00
{
2020-07-08 06:26:56 +02:00
"name": "lvgl",
"version": "8.4.0",
2020-07-08 06:26:56 +02:00
"keywords": "graphics, gui, embedded, tft, lvgl",
"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/lvgl/lvgl.git"
},
"build": {
"includeDir": "."
},
"license": "MIT",
"homepage": "https://lvgl.io",
"frameworks": "*",
"platforms": "*"
2019-07-30 14:24:26 +02:00
}