mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 15:19:02 +08:00
acdbbbaab9
Co-authored-by: Kai Pastor <dg0yt@darc.de>
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
|
|
}
|
|
]
|
|
}
|