{
  "name": "shaderwriter",
  "href": "https://vcpkg.link/ports/shaderwriter",
  "supports": "all",
  "published_at": "2025-06-30T23:44:17.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/DragonJoker/ShaderWriter",
  "description": [
    "Library to write shaders directly from C++ code, supports GLSL, HLSL and SPIRV outputs."
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "2.9.0",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/7a4f83b3e2e78ca870ff451f30275f55819d51fe/ports/shaderwriter",
    "hash": "7a4f83b3e2e78ca870ff451f30275f55819d51fe"
  },
  "repository": null,
  "dependencies": [
    {
      "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": "glsl",
      "default": [],
      "description": [
        "Compiles GLSL exporter."
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "hlsl",
      "default": [],
      "description": [
        "Compiles HLSL exporter."
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "spirv",
      "default": [
        "all"
      ],
      "description": [
        "Compiles SPIR-V exporter."
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}