{
  "name": "dawn",
  "href": "https://vcpkg.link/ports/dawn",
  "supports": "all",
  "published_at": "2026-04-20T22:56:55.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://dawn.googlesource.com/dawn",
  "description": [
    "Dawn is an open-source and cross-platform implementation of the WebGPU standard."
  ],
  "license": "BSD-3-Clause",
  "version": {
    "type": "dot",
    "value": "20260410.140140",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/17e49406253886ef38305d876e2a21a23905aa4c/ports/dawn",
    "hash": "17e49406253886ef38305d876e2a21a23905aa4c"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "abseil",
      "href": "https://vcpkg.link/ports/abseil",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "!emscripten"
    },
    {
      "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": "vcpkg-get-python-packages",
      "href": "https://vcpkg.link/ports/vcpkg-get-python-packages",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "d3d11",
      "default": [
        {
          "raw": "windows",
          "expression": {
            "type": "node",
            "value": "windows"
          }
        }
      ],
      "description": [
        "Direct3D 11 backend support"
      ],
      "supports": "windows",
      "dependencies": [
        {
          "name": "directx-dxc",
          "href": "https://vcpkg.link/ports/directx-dxc",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "d3d12",
      "default": [
        {
          "raw": "windows",
          "expression": {
            "type": "node",
            "value": "windows"
          }
        }
      ],
      "description": [
        "Direct3D 12 backend support"
      ],
      "supports": "windows",
      "dependencies": [
        {
          "name": "directx-dxc",
          "href": "https://vcpkg.link/ports/directx-dxc",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "gl",
      "default": [
        {
          "raw": "linux | freebsd | openbsd",
          "expression": {
            "type": "or",
            "left": {
              "type": "node",
              "value": "linux"
            },
            "right": {
              "type": "or",
              "left": {
                "type": "node",
                "value": "freebsd"
              },
              "right": {
                "type": "node",
                "value": "openbsd"
              }
            }
          }
        }
      ],
      "description": [
        "Desktop OpenGL backend support"
      ],
      "supports": "linux | freebsd | openbsd",
      "dependencies": [
        {
          "name": "egl-registry",
          "href": "https://vcpkg.link/ports/egl-registry",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "opengl-registry",
          "href": "https://vcpkg.link/ports/opengl-registry",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "gles",
      "default": [
        {
          "raw": "android | linux | freebsd | openbsd",
          "expression": {
            "type": "or",
            "left": {
              "type": "node",
              "value": "android"
            },
            "right": {
              "type": "or",
              "left": {
                "type": "node",
                "value": "linux"
              },
              "right": {
                "type": "or",
                "left": {
                  "type": "node",
                  "value": "freebsd"
                },
                "right": {
                  "type": "node",
                  "value": "openbsd"
                }
              }
            }
          }
        }
      ],
      "description": [
        "OpenGL ES backend support"
      ],
      "supports": "android | linux | freebsd | openbsd",
      "dependencies": [
        {
          "name": "egl-registry",
          "href": "https://vcpkg.link/ports/egl-registry",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "opengl-registry",
          "href": "https://vcpkg.link/ports/opengl-registry",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "metal",
      "default": [
        {
          "raw": "osx | ios",
          "expression": {
            "type": "or",
            "left": {
              "type": "node",
              "value": "osx"
            },
            "right": {
              "type": "node",
              "value": "ios"
            }
          }
        }
      ],
      "description": [
        "Metal backend support"
      ],
      "supports": "osx | ios",
      "dependencies": []
    },
    {
      "name": "tint-tools",
      "default": [],
      "description": [
        "Build tint command-line tools"
      ],
      "supports": "(windows & !uwp) | linux | freebsd | openbsd | osx",
      "dependencies": [
        {
          "name": "glslang",
          "href": "https://vcpkg.link/ports/glslang",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "vulkan",
      "default": [
        {
          "raw": "(windows & !uwp) | android | linux | freebsd | openbsd",
          "expression": {
            "type": "or",
            "left": {
              "type": "and",
              "left": {
                "type": "node",
                "value": "windows"
              },
              "right": {
                "type": "not",
                "expression": {
                  "type": "node",
                  "value": "uwp"
                }
              }
            },
            "right": {
              "type": "or",
              "left": {
                "type": "node",
                "value": "android"
              },
              "right": {
                "type": "or",
                "left": {
                  "type": "node",
                  "value": "linux"
                },
                "right": {
                  "type": "or",
                  "left": {
                    "type": "node",
                    "value": "freebsd"
                  },
                  "right": {
                    "type": "node",
                    "value": "openbsd"
                  }
                }
              }
            }
          }
        }
      ],
      "description": [
        "Vulkan backend support"
      ],
      "supports": "(windows & !uwp) | android | linux | freebsd | openbsd",
      "dependencies": [
        {
          "name": "vulkan-headers",
          "href": "https://vcpkg.link/ports/vulkan-headers",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "vulkan-utility-libraries",
          "href": "https://vcpkg.link/ports/vulkan-utility-libraries",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "wayland",
      "default": [],
      "description": [
        "Wayland support"
      ],
      "supports": "linux | freebsd | openbsd",
      "dependencies": []
    },
    {
      "name": "x11",
      "default": [
        {
          "raw": "linux | freebsd | openbsd",
          "expression": {
            "type": "or",
            "left": {
              "type": "node",
              "value": "linux"
            },
            "right": {
              "type": "or",
              "left": {
                "type": "node",
                "value": "freebsd"
              },
              "right": {
                "type": "node",
                "value": "openbsd"
              }
            }
          }
        }
      ],
      "description": [
        "X11 support"
      ],
      "supports": "linux | freebsd | openbsd",
      "dependencies": []
    }
  ]
}