mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
f012faeecf
* Add new port sjpeg * Update CI baseline * Remove "supports", use vcpkg_check_linkage * Update git-tree hash * Remove man pages * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"name": "sjpeg",
|
|
"version-date": "2021-10-31",
|
|
"description": "Simple library for encoding baseline JPEG files",
|
|
"homepage": "https://github.com/webmproject/sjpeg",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|