vcpkg/ports/utfcpp/vcpkg.json
2023-10-02 20:26:45 -07:00

18 lines
326 B
JSON

{
"name": "utfcpp",
"version": "3.2.5",
"description": "UTF-8 with C++ in a Portable Way",
"homepage": "https://github.com/nemtrif/utfcpp",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}