vcpkg/ports/ptc-print/vcpkg.json
Frank 2528a34051
[ptc-print] Switch to official usage (#28771)
* [ptc-print] Add the current usage

* version

* update usage and use usage

* version

* Use the officially exported usage

* update version

* miss the space

* version
2023-02-06 11:04:03 -08:00

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