{
  "name": "llgi",
  "version-date": "2023-12-19",
  "homepage": "https://github.com/altseed/LLGI",
  "license": null,
  "supports": "!(uwp | android)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tool": {
      "description": "Build ShaderTranspiler",
      "dependencies": [
        "glslang",
        "spirv-cross"
      ]
    },
    "vulkan": {
      "description": "Build vulkan modules",
      "supports": "windows | linux",
      "dependencies": [
        "glslang",
        "spirv-cross",
        "vulkan"
      ]
    }
  }
}