vcpkg/ports/utfcpp/vcpkg.json
Rémy Tassoux 3fe97e0ea7
[utfcpp] Update to 4.0.5 (#36054)
* [utfcpp] Update to 4.0.5

* [utfcpp] Update version files
2024-01-08 13:06:39 -08:00

18 lines
326 B
JSON

{
"name": "utfcpp",
"version": "4.0.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
}
]
}