mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:21:38 +08:00
36 lines
602 B
JSON
36 lines
602 B
JSON
|
{
|
||
|
"name": "gtk",
|
||
|
"version": "4.0.1",
|
||
|
"description": "Portable library for creating graphical user interfaces.",
|
||
|
"homepage": "https://www.gtk.org/",
|
||
|
"dependencies": [
|
||
|
"atk",
|
||
|
{
|
||
|
"name": "cairo",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"gobject"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "cairo",
|
||
|
"default-features": false,
|
||
|
"features": [
|
||
|
"x11"
|
||
|
],
|
||
|
"platform": "linux"
|
||
|
},
|
||
|
"gdk-pixbuf",
|
||
|
"gettext",
|
||
|
"glib",
|
||
|
{
|
||
|
"name": "glib",
|
||
|
"host": true
|
||
|
},
|
||
|
"graphene",
|
||
|
"libepoxy",
|
||
|
"pango",
|
||
|
"sassc"
|
||
|
]
|
||
|
}
|