vcpkg/ports/ptc-print/vcpkg.json

19 lines
384 B
JSON
Raw Normal View History

{
"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
}
]
}