vcpkg/ports/libsonic/vcpkg.json

20 lines
384 B
JSON
Raw Normal View History

{
"name": "libsonic",
"version": "0.2.0",
"description": "Simple library to speed up or slow down speech",
"homepage": "https://github.com/waywardgeek/sonic",
"license": "Apache-2.0",
"supports": "linux | osx",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"tool": {
"description": "Build tool"
}
}
}