mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 17:49:01 +08:00
99b6acf20c
* [cairomm] Bump to 1.17.1 * update version database
21 lines
389 B
JSON
21 lines
389 B
JSON
{
|
|
"name": "cairomm",
|
|
"version": "1.17.1",
|
|
"description": "A C++ wrapper for the cairo graphics library",
|
|
"homepage": "https://www.cairographics.org",
|
|
"license": "LGPL-2.0-only",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"cairo",
|
|
"libsigcpp",
|
|
{
|
|
"name": "pkgconf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|