vcpkg/ports/utfcpp/vcpkg.json
Rémy Tassoux 9f76861e2a
[utfcpp] Update to 3.2.4 (#33812)
* [utfcpp] Update to 3.2.4

* [utfcpp] Update version files
2023-09-18 09:20:11 -07:00

18 lines
326 B
JSON

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