{
  "name": "vsgxchange",
  "href": "https://vcpkg.link/ports/vsgxchange",
  "supports": "all",
  "published_at": "2025-01-08T17:53:34.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/vsg-dev/vsgXchange",
  "description": [
    "Utility library for converting 3rd party images, models and fonts formats to/from VulkanSceneGraph."
  ],
  "license": "MIT",
  "version": {
    "type": "semver",
    "value": "1.1.4",
    "port": 1
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/5bd43e59145eadd1e2ecfc4132ad9cae5027434a/ports/vsgxchange",
    "hash": "5bd43e59145eadd1e2ecfc4132ad9cae5027434a"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/vsg-dev/vsgXchange",
    "stars": 78
  },
  "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"
    },
    {
      "name": "vsg",
      "href": "https://vcpkg.link/ports/vsg",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "assimp",
      "default": [],
      "description": [
        "Enable support for reading 3D model formats as vsg::Node via Assimp"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "assimp",
          "href": "https://vcpkg.link/ports/assimp",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "curl",
      "default": [],
      "description": [
        "Enable support for reading image and model files from http:// and https://"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "curl",
          "href": "https://vcpkg.link/ports/curl",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "freetype",
      "default": [],
      "description": [
        "Enable support for reading fonts as vsg::Font via Freetype"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "freetype",
          "href": "https://vcpkg.link/ports/freetype",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "gdal",
      "default": [],
      "description": [
        "Enable support for reading geospatial data formats as vsg::Data via GDAL"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "gdal",
          "href": "https://vcpkg.link/ports/gdal",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "openexr",
      "default": [],
      "description": [
        "Enable support for reading EXR files as vsg::Data"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "openexr",
          "href": "https://vcpkg.link/ports/openexr",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}