mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 23:09:01 +08:00
19 lines
402 B
JSON
19 lines
402 B
JSON
|
{
|
||
|
"name": "ztd-encoding-tables",
|
||
|
"version-date": "2023-06-10",
|
||
|
"description": "Shared tables between C and C++ for encoding infrastructure",
|
||
|
"homepage": "https://github.com/soasis/encoding_tables",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"ztd-idk"
|
||
|
]
|
||
|
}
|