vcpkg/ports/ogre-next/vcpkg.json
Frank 303eebf8af
[ogre-next] update to v2.3.0 (#22058)
* [ogre-next] update to v2.2.5

* update version

* update patch

* update version

* delete FLAGES

* update version

* update patch

* update version

* update EOL Conversion in portfile.cmake

* update version

* update patch and set OGRE_COPY_DEPENDENCIES=OFF

* update version

* update

* update version

* udpate features

* update version

* fix path

* update version

* fix path

* update version

* update

* update version

* Add new feature to fix build on triplet static

* update version

* update

* overwrite version

* update to 2.3.0

* update version

* update message

* overwrite version

* delete unused feature

* update version

* add license

* overwrite version
2022-03-31 10:58:32 -07:00

47 lines
897 B
JSON

{
"name": "ogre-next",
"version": "2.3.0",
"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",
"poco",
"rapidjson",
"sdl2",
"tbb",
"tinyxml",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zziplib"
],
"features": {
"csharp": {
"description": "Build csharp bindings"
},
"d3d9": {
"description": "Build Direct3D9 RenderSystem"
},
"java": {
"description": "Build Java (JNI) bindings"
},
"python": {
"description": "Build Python bindings",
"dependencies": [
"python3"
]
}
}
}