Browse Source

Add version, export and build fields

dds
Ivan Kravets 8 years ago
parent
commit
a72e6d2940
1 changed files with 15 additions and 3 deletions
  1. +15
    -3
      library.json

+ 15
- 3
library.json View File

"keywords": "sound, audio, FFT, filter, effect", "keywords": "sound, audio, FFT, filter, effect",
"description": "Teensy Audio Library", "description": "Teensy Audio Library",
"url": "http://www.pjrc.com/teensy/td_libs_Audio.html", "url": "http://www.pjrc.com/teensy/td_libs_Audio.html",
"version": "1.03",
"exclude": "extras",
"version": "1.3",
"export": {
"exclude": [
"gui",
"extras"
]
}
"authors": "authors":
{ {
"name": "Paul Stoffregen", "name": "Paul Stoffregen",
"examples": [ "examples": [
"examples/*/*.ino", "examples/*/*.ino",
"examples/*/*/*.ino" "examples/*/*/*.ino"
]
],
"build": {
"srcFilter": [
"+<*.c>",
"+<*.cpp>",
"+<*.h>"
]
}
} }

Loading…
Cancel
Save