mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 07:38:16 +08:00
472c17c838
* update ogre-next to 2.3.2 * fix gz-cmake3 for windows * Fix pc static * fix RenderSystems include * remove conflict with ogre
36 lines
719 B
JSON
36 lines
719 B
JSON
{
|
|
"name": "ogre-next",
|
|
"version": "2.3.2",
|
|
"description": "Ogre 2.1 & 2.2 - scene-oriented, flexible 3D engine written in C++",
|
|
"homepage": "https://github.com/OGRECave/ogre-next",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"boost-date-time",
|
|
"boost-thread",
|
|
"freeimage",
|
|
"freetype",
|
|
"openvr",
|
|
"pkgconf",
|
|
"poco",
|
|
"rapidjson",
|
|
"sdl2",
|
|
"tbb",
|
|
"tinyxml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zziplib"
|
|
],
|
|
"features": {
|
|
"planar-reflections": {
|
|
"description": "Component to use planar reflections, can be used by both HlmsPbs and HlmsUnlit"
|
|
}
|
|
}
|
|
}
|