mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 18:39:03 +08:00
b10c0ba13e
* Added basic info to ptc-print port. * Formatting json file. * Trying to add master branch instead of main. * Trying to add master branch instead of main. * Update git-tree. * CI baseline update. * Update ports/ptc-print/usage Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update ports/ptc-print/usage Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * CI baseline update. * Update ports/ptc-print/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update. * Update in usage file. * Formatting update. * Update. Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
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
|
|
}
|
|
]
|
|
}
|