Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
416 B
JSON

{
"name": "icecream-cpp",
"version": "1.0.0",
"description": "A little (single header) library to help with the print debugging in C++11 and forward.",
"homepage": "https://github.com/renatoGarcia/icecream-cpp",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}