zeek/auxil/vcpkg/ports/cimg/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
324 B
JSON

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