mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 23:27:56 +08:00
18 lines
357 B
JSON
18 lines
357 B
JSON
|
{
|
||
|
"name": "cpp-pinyin",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A lightweight Chinese/Cantonese to Pinyin library.",
|
||
|
"homepage": "https://github.com/wolfgitpr/cpp-pinyin",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|