Tasmota/lib/libesp32_lvgl/lv_berry/library.json

25 lines
630 B
JSON

{
"name": "Berry mapping to LVGL",
"version": "1.0",
"description": "Mapping of LVGL functions to Berry",
"license": "MIT",
"homepage": "https://github.com/arendst/Tasmota",
"frameworks": "*",
"platforms": "*",
"authors":
{
"name": "Stephan Hadinger",
"maintainer": true
},
"build": {
"srcFilter": [
"+<*.c>",
"+<../generate/*.c>",
"+<../generate/*.cpp>",
"+<../generate/*.hpp>",
"+<*.cpp>",
"+<*.h>"
],
"flags": [ "-I$PROJECT_DIR/include", "-includetasmota_options.h" ]
}
}