{
  "name": "bgfx",
  "href": "https://vcpkg.link/ports/bgfx",
  "supports": "all",
  "published_at": "2025-02-07T06:48:22.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": "https://bkaradzic.github.io/bgfx",
  "homepage_href": "https://bkaradzic.github.io/bgfx/overview.html",
  "description": [
    "Cross-platform, graphics API agnostic, Bring Your Own Engine/Framework style rendering library."
  ],
  "license": "BSD-2-Clause AND CC0-1.0",
  "version": {
    "type": "semver",
    "value": "1.129.8866-491",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/7e21420f775f72ae938bdeb5e6068f722088f06a/ports/bgfx",
    "hash": "7e21420f775f72ae938bdeb5e6068f722088f06a"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "libsquish",
      "href": "https://vcpkg.link/ports/libsquish",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "miniz",
      "href": "https://vcpkg.link/ports/miniz",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "tinyexr",
      "href": "https://vcpkg.link/ports/tinyexr",
      "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"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "multithreaded",
      "default": [
        {
          "raw": "!emscripten",
          "expression": {
            "type": "not",
            "expression": {
              "type": "node",
              "value": "emscripten"
            }
          }
        }
      ],
      "description": [
        "Encode and render on different threads"
      ],
      "supports": "!emscripten",
      "dependencies": []
    },
    {
      "name": "tools",
      "default": [],
      "description": [
        "Shader, Texture and Geometry compilers for bgfx."
      ],
      "supports": "native",
      "dependencies": []
    }
  ]
}