mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
436a061a54
* [cairomm] Remove unnecessary dependencies * Update version database
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "cairomm",
|
|
"version": "1.17.1",
|
|
"port-version": 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": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|