early-access version 2853
This commit is contained in:
46
externals/vcpkg/ports/ogre-next/vcpkg.json
vendored
Executable file
46
externals/vcpkg/ports/ogre-next/vcpkg.json
vendored
Executable file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user