mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:18:59 +08:00
17 lines
332 B
JSON
17 lines
332 B
JSON
{
|
|
"name": "cairomm",
|
|
"version": "1.18.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|