vcpkg/ports/qt5-3d/vcpkg.json
Osyotr 5eea628fc2
[assimp] Update to 5.3.1, fix pkg-config (#33957)
* [assimp] Update to 5.3.0

* Remove <utf8.h> from public include

* [assimp] fix pkg-config for static builds

* [qt5-3d] Use pkgconfig to find assimp

* [assimp] -llibassimp -> -lassimp

* [assimp] Update to 5.3.1
2023-09-28 23:29:58 -07:00

22 lines
463 B
JSON

{
"name": "qt5-3d",
"version": "5.15.10",
"port-version": 1,
"description": "Qt5 3d Module - Functionality for near-realtime simulation systems with support for 2D and 3D rendering",
"license": null,
"dependencies": [
"assimp",
{
"name": "qt5-base",
"default-features": false
},
"qt5-declarative",
"qt5-gamepad",
"qt5-imageformats",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
}
]
}