{
  "name": "sdl3",
  "href": "https://vcpkg.link/ports/sdl3",
  "supports": "!uwp",
  "published_at": "2025-06-11T06:59:13.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://www.libsdl.org",
  "description": [
    "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D."
  ],
  "license": "Zlib AND MIT AND Apache-2.0",
  "version": {
    "type": "semver",
    "value": "3.2.16",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/1b7ff92c592ecb7d5060f7199cd969814ac3f745/ports/sdl3",
    "hash": "1b7ff92c592ecb7d5060f7199cd969814ac3f745"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/libsdl-org/SDL",
    "stars": 12808
  },
  "dependencies": [
    {
      "name": "dbus",
      "href": "https://vcpkg.link/ports/dbus",
      "is_host": false,
      "with_default_features": false,
      "version_constraint": null,
      "platform": "linux"
    },
    {
      "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"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "alsa",
      "default": [],
      "description": [
        "Support for alsa audio"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "alsa",
          "href": "https://vcpkg.link/ports/alsa",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "linux"
        }
      ]
    },
    {
      "name": "ibus",
      "default": [
        {
          "raw": "linux",
          "expression": {
            "type": "node",
            "value": "linux"
          }
        }
      ],
      "description": [
        "Build with ibus IME support"
      ],
      "supports": "linux",
      "dependencies": []
    },
    {
      "name": "vulkan",
      "default": [],
      "description": [
        "Vulkan functionality for SDL"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "wayland",
      "default": [
        {
          "raw": "linux",
          "expression": {
            "type": "node",
            "value": "linux"
          }
        }
      ],
      "description": [
        "Build with Wayland support"
      ],
      "supports": "linux",
      "dependencies": []
    },
    {
      "name": "x11",
      "default": [
        {
          "raw": "linux",
          "expression": {
            "type": "node",
            "value": "linux"
          }
        }
      ],
      "description": [
        "Build with X11 support"
      ],
      "supports": "!windows",
      "dependencies": []
    }
  ]
}