vcpkg/ports/cimg/vcpkg.json
2024-06-28 17:27:17 -07:00

14 lines
324 B
JSON

{
"name": "cimg",
"version": "3.4.0",
"description": "The CImg Library is a small, open-source, and modern C++ toolkit for image processing",
"homepage": "https://github.com/dtschump/CImg",
"license": "CECILL-C AND CECILL-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}