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

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

Loading…
Cancel
Save