vcpkg/ports/vsgxchange/vcpkg.json
Alexander Neumann 50bffcc62d
[vulkan] install required sdk parts (#35479)
* Install vulkan.

* add gfxreconstruct

* format manifest and cr changes

* remove moltenvk

* fix ci part 1

* fix a dep

* more fixes

* remove vulkan failures from CI pipeline

* remove annoying stuff to deal with in static builds

* fix trailing ,

* remove vendored cmakelists

* force ci to be green

* format manifest

* Fix more ci issues

* fix hikogui

* make ci happier

* add jsoncpp dep

* only remove the debug folder if targeting windows

* bump port-version

* v db

* vulkan-loader add usage

* Rename vulkantools to lunarg-vulkantools

* Make VMA install headers platform dependent

* Remove vcpkg_check_linkage

* readd vulkan-validationlayers

* v db
2023-12-14 23:33:39 -08:00

52 lines
1.2 KiB
JSON

{
"name": "vsgxchange",
"version": "1.0.5",
"port-version": 1,
"description": "Utility library for converting 3rd party images, models and fonts formats to/from VulkanSceneGraph.",
"homepage": "https://github.com/vsg-dev/vsgXchange",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"vsg"
],
"features": {
"assimp": {
"description": "Enable support for reading 3D model formats as vsg::Node via Assimp",
"dependencies": [
"assimp"
]
},
"curl": {
"description": "Enable support for reading image and model files from http:// and https://",
"dependencies": [
"curl"
]
},
"freetype": {
"description": "Enable support for reading fonts as vsg::Font via Freetype",
"dependencies": [
"freetype"
]
},
"gdal": {
"description": "Enable support for reading geospatial data formats as vsg::Data via GDAL",
"dependencies": [
"gdal"
]
},
"openexr": {
"description": "Enable support for reading EXR files as vsg::Data",
"dependencies": [
"openexr"
]
}
}
}