vcpkg/ports/ptc-print/vcpkg.json
2023-10-02 17:28:29 -07:00

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