mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
0e130d33d3
Co-authored-by: Jon <v-zhli17@microsoft.com>
14 lines
324 B
JSON
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
|
|
}
|
|
]
|
|
}
|