mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 20:29:02 +08:00
17 lines
311 B
JSON
17 lines
311 B
JSON
|
{
|
||
|
"name": "graphene",
|
||
|
"version": "1.10.2",
|
||
|
"port-version": 1,
|
||
|
"description": "A thin layer of types for graphic libraries.",
|
||
|
"homepage": "https://www.gtk.org/",
|
||
|
"supports": "!(arm & windows)",
|
||
|
"dependencies": [
|
||
|
"gettext",
|
||
|
"glib",
|
||
|
{
|
||
|
"name": "glib",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|