mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
f35e0e3291
* Disable test dir (unused, writing to source dir) * Update versions
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"name": "wavelib",
|
|
"version-date": "2021-11-26",
|
|
"description": "C implementation of wavelet transform (DWT,SWT and MODWT)",
|
|
"homepage": "https://github.com/rafat/wavelib",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|