mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 23:57:55 +08:00
18 lines
363 B
JSON
18 lines
363 B
JSON
|
{
|
||
|
"name": "ptc-print",
|
||
|
"version": "1.4.0",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|