vcpkg/ports/cimg/vcpkg.json
Frank 567d3b650d
[CImg] Update and install the header files (#35222)
* [CImg] Update and install the header files

* version

* update portfile.cmake

* version
2023-11-29 01:15:20 -08:00

13 lines
284 B
JSON

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