mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
36878184ff
Co-authored-by: Kai Pastor <dg0yt@darc.de>
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "cpp-kana",
|
|
"version": "1.0.0",
|
|
"description": "A lightweight library for converting Japanese kana to romaji and vice versa.",
|
|
"homepage": "https://github.com/wolfgitpr/cpp-kana",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|