initial commit

This commit is contained in:
2026-08-03 16:09:07 -04:00
commit 95fa512047
109 changed files with 35023 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "ESP32LuaAPI",
"version": "1.0.0",
"description": "Shared Lua runtime and app API for ESP32 firmware",
"build": {
"srcDir": "native/src",
"includeDir": "native/include",
"flags": [
"-DLUA_32BITS",
"-I native/src/vendor/lua"
]
}
}