mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 18:09:22 +08:00
9f76861e2a
* [utfcpp] Update to 3.2.4 * [utfcpp] Update version files
18 lines
326 B
JSON
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
|
|
}
|
|
]
|
|
}
|