mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
6caccee3f0
* [utfcpp] Update to 3.2.3 * [utfcpp] Update version files * [utfcpp] Add newline at end of file * [utfcpp] Update version files
18 lines
326 B
JSON
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
|
|
}
|
|
]
|
|
}
|