mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 20:29:01 +08:00
14 lines
354 B
JSON
14 lines
354 B
JSON
|
{
|
||
|
"name": "atkmm",
|
||
|
"version": "2.36.0",
|
||
|
"description": "atkmm is the official C++ interface for the ATK accessibility toolkit library. It may be used, for instance, by user interfaces implemented with gtkmm.",
|
||
|
"homepage": "https://www.gtkmm.org",
|
||
|
"supports": "!osx",
|
||
|
"dependencies": [
|
||
|
"atk",
|
||
|
"gettext",
|
||
|
"glib",
|
||
|
"glibmm"
|
||
|
]
|
||
|
}
|