mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:48:59 +08:00
0b4db02b9b
* [assimp] Fix cmake cofig name and add cmake version * [ogre] Update 'Assimp' to 'assimp
40 lines
745 B
JSON
40 lines
745 B
JSON
{
|
|
"name": "ogre",
|
|
"version-string": "1.12.9",
|
|
"port-version": 3,
|
|
"description": "3D Object-Oriented Graphics Rendering Engine",
|
|
"homepage": "https://github.com/OGRECave/ogre",
|
|
"dependencies": [
|
|
"assimp",
|
|
"freeimage",
|
|
"freetype",
|
|
{
|
|
"name": "imgui",
|
|
"features": [
|
|
"freetype"
|
|
]
|
|
},
|
|
"pugixml",
|
|
"sdl2",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|