vcpkg/ports/utfcpp/vcpkg.json
Rémy Tassoux 6caccee3f0
[utfcpp] Update to 3.2.3 (#28624)
* [utfcpp] Update to 3.2.3

* [utfcpp] Update version files

* [utfcpp] Add newline at end of file

* [utfcpp] Update version files
2022-12-29 23:51:16 -08:00

18 lines
326 B
JSON

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