mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:39:03 +08:00
5eea628fc2
* [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
22 lines
463 B
JSON
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
|
|
}
|
|
]
|
|
}
|