mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:29:08 +08:00
44da3c907f
* [cairomm] Fix config include path * update version --------- Co-authored-by: Jonliu1993 <13720414433@163.com>
17 lines
330 B
JSON
17 lines
330 B
JSON
{
|
|
"name": "cairomm",
|
|
"version": "1.16.2",
|
|
"port-version": 2,
|
|
"description": "A C++ wrapper for the cairo graphics library",
|
|
"homepage": "https://www.cairographics.org",
|
|
"license": "LGPL-2.0-only",
|
|
"dependencies": [
|
|
"cairo",
|
|
"libsigcpp",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|