19 lines
416 B
JSON
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
|
|
}
|
|
]
|
|
}
|