Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

29 lines
526 B
JSON

{
"name": "graphene",
"version": "1.10.8",
"port-version": 4,
"description": "A thin layer of types for graphic libraries.",
"homepage": "https://www.gtk.org/",
"license": "MIT",
"dependencies": [
"gettext",
"glib",
{
"name": "glib",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"features": {
"introspection": {
"description": "build with introspection",
"dependencies": [
"gobject-introspection"
]
}
}
}