{
  "name": "ashes",
  "href": "https://vcpkg.link/ports/ashes",
  "supports": "!ios & !android & !uwp & !x86 & !arm32 & !static",
  "published_at": "2023-04-03T16:50:19.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/DragonJoker/Ashes",
  "description": [
    "Drop-in replacement to Vulkan's shared library, allowing the use of OpenGL or Direct3D11 in addition to Vulkan."
  ],
  "license": "MIT",
  "version": {
    "type": "date",
    "value": "2023-03-12",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/6accd15d644e93cec849ea346a147828437928b3/ports/ashes",
    "hash": "6accd15d644e93cec849ea346a147828437928b3"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "opengl",
      "href": "https://vcpkg.link/ports/opengl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "spirv-cross",
      "href": "https://vcpkg.link/ports/spirv-cross",
      "is_host": false,
      "with_default_features": true,
      "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": "vulkan-headers",
      "href": "https://vcpkg.link/ports/vulkan-headers",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "direct3d11",
      "default": [],
      "description": [
        "Compiles Direct3D11 renderer."
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "opengl",
      "default": [
        "all"
      ],
      "description": [
        "Compiles OpenGL renderer."
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "vulkan",
      "default": [
        "all"
      ],
      "description": [
        "Compiles Vulkan renderer."
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}