summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/library.json
blob: a41b15c6d7092a519107d49fad58ddb5c3f684f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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": "*"
}