vcpkg/ports/muparser/vcpkg.json
مهدي شينون (Mehdi Chinoune) dc5bc45a68
[muparser] update to 2.3.4 (#27934)
2022-11-21 08:35:50 -08:00

19 lines
353 B
JSON

{
"name": "muparser",
"version": "2.3.4",
"description": "Fast math parser library",
"homepage": "https://github.com/beltoforion/muparser",
"license": "BSD-2-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}