mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 23:19:00 +08:00
40 lines
745 B
JSON
40 lines
745 B
JSON
{
|
|
"name": "ogre",
|
|
"version-string": "1.12.9",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|