vcpkg/ports/muparser/vcpkg.json
مهدي شينون (Mehdi Chinoune) 720a0fe953
[muparser] update to 2.3.3-1 (#22711)
2022-01-24 15:09:13 -08:00

19 lines
355 B
JSON

{
"name": "muparser",
"version": "2.3.3-1",
"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
}
]
}