mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
create library.json
This commit is contained in:
parent
aebe2ae870
commit
496e4f31a2
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "OpenIris",
|
||||
"keywords": "esp32S, openiris, openiris-esp32s, webcam, streaming server",
|
||||
"description": "openiris library",
|
||||
"authors": [
|
||||
{
|
||||
"name": "lorow",
|
||||
"url": "https://github.com/lorow"
|
||||
},
|
||||
{
|
||||
"name": "ZanzyTHEbar",
|
||||
"url": "https://github.com/ZanzyTHEbar"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lorow/OpenIris.git"
|
||||
},
|
||||
"export": {
|
||||
"include": "/lib/src"
|
||||
},
|
||||
"dependencies": {},
|
||||
"version": "0.0.1",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user