mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 05:59:29 +08:00
14 lines
324 B
JSON
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
|
|
}
|
|
]
|
|
}
|