{
  "name": "wxwidgets",
  "href": "https://vcpkg.link/ports/wxwidgets",
  "supports": "!uwp & !xbox",
  "published_at": "2026-08-19T01:30:48.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/wxWidgets/wxWidgets",
  "description": [
    "Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ",
    "Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.",
    "Set WXWIDGETS_USE_STD_CONTAINERS in a custom triplet to build with the wxUSE_STD_CONTAINERS build option."
  ],
  "license": "LGPL-2.0-or-later WITH WxWindows-exception-3.1 AND HPND",
  "version": {
    "type": "semver",
    "value": "3.3.3",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/b327e4b7d511355169c831c477008eca88c80c19/ports/wxwidgets",
    "hash": "b327e4b7d511355169c831c477008eca88c80c19"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "cairo",
      "href": "https://vcpkg.link/ports/cairo",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "!windows & !osx & !ios"
    },
    {
      "name": "curl",
      "href": "https://vcpkg.link/ports/curl",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "!windows & !osx"
    },
    {
      "name": "expat",
      "href": "https://vcpkg.link/ports/expat",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "gtk3",
      "href": "https://vcpkg.link/ports/gtk3",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "!windows & !osx & !ios"
    },
    {
      "name": "libiconv",
      "href": "https://vcpkg.link/ports/libiconv",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "!windows"
    },
    {
      "name": "libjpeg-turbo",
      "href": "https://vcpkg.link/ports/libjpeg-turbo",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "libpng",
      "href": "https://vcpkg.link/ports/libpng",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "libsm",
      "href": "https://vcpkg.link/ports/libsm",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "!windows & !osx & !ios"
    },
    {
      "name": "libwebp",
      "href": "https://vcpkg.link/ports/libwebp",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "nanosvg",
      "href": "https://vcpkg.link/ports/nanosvg",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "opengl",
      "href": "https://vcpkg.link/ports/opengl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "pcre2",
      "href": "https://vcpkg.link/ports/pcre2",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "tiff",
      "href": "https://vcpkg.link/ports/tiff",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "zlib",
      "href": "https://vcpkg.link/ports/zlib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "debug-support",
      "default": [
        "all"
      ],
      "description": [
        "Enable wxWidgets debugging support hooks even for release builds (wxDEBUG_LEVEL 1)"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "example",
      "default": [],
      "description": [
        "Example source code and CMake project"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "fonts",
      "default": [],
      "description": [
        "Enable to use the font functionality of wxWidgets"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "fontconfig",
          "href": "https://vcpkg.link/ports/fontconfig",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!windows & !osx"
        },
        {
          "name": "pango",
          "href": "https://vcpkg.link/ports/pango",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!windows & !osx"
        }
      ]
    },
    {
      "name": "media",
      "default": [],
      "description": [
        "Build wxMediaCtrl support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "gstreamer",
          "href": "https://vcpkg.link/ports/gstreamer",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "!windows & !osx & !ios"
        }
      ]
    },
    {
      "name": "secretstore",
      "default": [],
      "description": [
        "Use wxSecretStore class"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "libsecret",
          "href": "https://vcpkg.link/ports/libsecret",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "!windows & !osx & !ios"
        }
      ]
    },
    {
      "name": "sound",
      "default": [
        "all"
      ],
      "description": [
        "Build wxSound support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "sdl2",
          "href": "https://vcpkg.link/ports/sdl2",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "!windows & !osx & !ios"
        }
      ]
    },
    {
      "name": "webview",
      "default": [],
      "description": [
        "The Edge backend uses Microsoft's Edge WebView2"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "webview2",
          "href": "https://vcpkg.link/ports/webview2",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "windows"
        }
      ]
    }
  ]
}