summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/lvgl/library.json')
m---------src/libs/lvgl0
-rw-r--r--src/libs/lvgl/library.json17
2 files changed, 17 insertions, 0 deletions
diff --git a/src/libs/lvgl b/src/libs/lvgl
deleted file mode 160000
-Subproject 23430cf20e32294549fff9b2879a9466dacc19b
diff --git a/src/libs/lvgl/library.json b/src/libs/lvgl/library.json
new file mode 100644
index 0000000..a41b15c
--- /dev/null
+++ b/src/libs/lvgl/library.json
@@ -0,0 +1,17 @@
+{
+ "name": "lvgl",
+ "version": "7.11.0",
+ "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": "*"
+}