mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:29:01 +08:00
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "libadwaita",
|
|
"version": "1.2.0",
|
|
"description": "Building blocks for modern GNOME applications",
|
|
"homepage": "https://gnome.pages.gitlab.gnome.org/libadwaita",
|
|
"license": "LGPL-2.1-or-later",
|
|
"dependencies": [
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"gtk",
|
|
{
|
|
"name": "sassc",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|