diff options
Diffstat (limited to 'src/libs/lvgl/library.json')
| m--------- | src/libs/lvgl | 0 | ||||
| -rw-r--r-- | src/libs/lvgl/library.json | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/libs/lvgl b/src/libs/lvgl deleted file mode 160000 -Subproject ee95d1c9cf74899585f9165458911f2d54ca750 diff --git a/src/libs/lvgl/library.json b/src/libs/lvgl/library.json new file mode 100644 index 0000000..23ecc3f --- /dev/null +++ b/src/libs/lvgl/library.json @@ -0,0 +1,14 @@ +{ + "name": "lvgl", + "version": "6.1.1", + "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": "." + } +} |
