pineapple-src/externals/vcpkg/ports/fuzzylite/vcpkg.json
2022-07-23 03:01:36 +02:00

15 lines
311 B
JSON
Executable file

{
"name": "fuzzylite",
"version": "6.0",
"port-version": 5,
"description": "A fuzzy logic control library in C++",
"homepage": "https://github.com/fuzzylite/fuzzylite",
"license": "GPL-3.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}