mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:39:01 +08:00
493fa22207
* graphene fix build with clang-cl * v db
21 lines
377 B
JSON
21 lines
377 B
JSON
{
|
|
"name": "graphene",
|
|
"version": "1.10.2",
|
|
"port-version": 3,
|
|
"description": "A thin layer of types for graphic libraries.",
|
|
"homepage": "https://www.gtk.org/",
|
|
"supports": "!(arm & windows)",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|