vcpkg/ports/fuzzylite/vcpkg.json
2022-06-21 13:32:54 -07:00

16 lines
311 B
JSON

{
"name": "fuzzylite",
"version": "6.0",
"port-version": 6,
"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
}
]
}