mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:59:01 +08:00
2528a34051
* [ptc-print] Add the current usage * version * update usage and use usage * version * Use the officially exported usage * update version * miss the space * version
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "ptc-print",
|
|
"version": "1.4.0",
|
|
"port-version": 1,
|
|
"description": "A single-header library for custom printing to the output stream.",
|
|
"homepage": "https://github.com/JustWhit3/ptc-print",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|