mirror of
https://github.com/MaJerle/lwbtn.git
synced 2026-08-17 09:33:54 +08:00
36 lines
873 B
JSON
36 lines
873 B
JSON
{
|
|
"name": "LwBTN",
|
|
"version": "1.1.0",
|
|
"description": "Lightweight button handler for embedded systems",
|
|
"keywords": "lwbtn, button, input, manager, btn, lightweight, embedded",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/MaJerle/lwbtn.git"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Tilen Majerle",
|
|
"email": "tilen@majerle.eu",
|
|
"url": "https://majerle.eu"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/MaJerle/lwbtn",
|
|
"dependencies": {},
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"export": {
|
|
"exclude": [
|
|
".github",
|
|
"dev",
|
|
"docs",
|
|
"**/.vs",
|
|
"**/Debug",
|
|
"build",
|
|
"**/build"
|
|
]
|
|
},
|
|
"build": {
|
|
"includeDir": "lwbtn/src/include"
|
|
}
|
|
} |