mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
3fe97e0ea7
* [utfcpp] Update to 4.0.5 * [utfcpp] Update version files
18 lines
326 B
JSON
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
|
|
}
|
|
]
|
|
}
|