Skip to content

Commit

Permalink
feat: library definition for PlatformIO
Browse files Browse the repository at this point in the history
  • Loading branch information
obones committed Oct 11, 2024
1 parent 2f59a03 commit a49fdd0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "flatbuffers",
"version": "24.3.7",
"description": "FlatBuffers is a cross platform serialization library architected for maximum memory efficiency",
"keywords": "FlatBuffers, serialization",
"repository": {
"type": "git",
"url": "https://github.com/google/flatbuffers"
},
"authors": [
{
"name": "FPL",
"maintainer": true
}
],
"license": "Apache-2.0",
"frameworks": [
"arduino",
"espidf"
],
"platforms": "espressif32",
"build": {
"includeDir": "include",
"srcFilter": "-<*>"
}
}


0 comments on commit a49fdd0

Please sign in to comment.