mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 02:38:24 -05:00
18 lines
346 B
JSON
Executable File
18 lines
346 B
JSON
Executable File
{
|
|
"name": "pffft",
|
|
"version-date": "2021-10-09",
|
|
"description": "PFFFT, a pretty fast Fourier Transform.",
|
|
"homepage": "https://bitbucket.org/jpommier/pffft/",
|
|
"supports": "static",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|