vcpkg/ports/cimg/vcpkg.json
JonLiu1993 0e130d33d3
[cimg] Update to 3.4.1 (#40705)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-09-03 12:18:34 -07:00

14 lines
324 B
JSON

{
"name": "cimg",
"version": "3.4.1",
"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
}
]
}