Initial commit

This commit is contained in:
2023-02-10 09:32:39 +01:00
commit 84bbb1297b
13 changed files with 1008 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "Menu",
"version": "1.0.0",
"description": "Build page based menus on uCs",
"keywords": "menu, page, input",
"repository":
{
"type": "git",
"url": "https://git.kleiax.de/PlatformIO-Libs/Menu.git"
},
"authors":
[
{
"name": "Alexander Klein",
"email": "alex@kleiax.de",
"url": "https://www.kleiax.de/contact"
}
],
"license": "MIT",
"homepage": "https://www.kleiax.de/",
"frameworks": "*",
"platforms": "*"
}