blob: f419affbd043084112aa7c39dbfc62b6f09e0f17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "wxwidgets",
"version-semver": "3.1.4",
"port-version": 8,
"description": "a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications.",
"homepage": "https://github.com/wxWidgets/wxWidgets",
"supports": "!uwp",
"dependencies": [
"expat",
"libpng",
"tiff",
"zlib"
]
}
|