Browse Source

initial dds package spec

main
John Robinson 3 years ago
parent
commit
41f7c1e7f0
No known key found for this signature in database
2 changed files with 14 additions and 0 deletions
  1. +6
    -0
      library.json5
  2. +8
    -0
      package.json5

+ 6
- 0
library.json5 View File

@@ -0,0 +1,6 @@
{
name: 'audio-tuner',
uses: [
'teensy/audio',
],
}

+ 8
- 0
package.json5 View File

@@ -0,0 +1,8 @@
{
name: 'audio-tuner',
version: '3.3.0',
namespace: 'visus',
depends: [
'teensy-audio^1.3.0',
],
}

Loading…
Cancel
Save