mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "ptc-print",
|
|
"version": "1.4.1",
|
|
"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
|
|
}
|
|
]
|
|
}
|