mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
25 lines
468 B
JSON
25 lines
468 B
JSON
{
|
|
"name": "libadwaita",
|
|
"version": "1.3.2",
|
|
"port-version": 2,
|
|
"description": "Building blocks for modern GNOME applications",
|
|
"homepage": "https://gnome.pages.gitlab.gnome.org/libadwaita",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"gtk",
|
|
{
|
|
"name": "sassc",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|