vcpkg/ports/ogre/vcpkg.json

42 lines
766 B
JSON
Raw Normal View History

{
"name": "ogre",
"version-string": "1.12.7",
"description": "3D Object-Oriented Graphics Rendering Engine",
"homepage": "https://github.com/OGRECave/ogre",
"dependencies": [
"freeimage",
"freetype",
{
"name": "imgui",
"features": [
"freetype"
]
},
"pugixml",
"sdl2",
"zlib",
"zziplib"
],
"features": [
{
"name": "csharp",
"description": "Build csharp bindings"
},
{
"name": "d3d9",
"description": "Build Direct3D9 RenderSystem"
},
{
"name": "java",
"description": "Build Java (JNI) bindings"
},
{
"name": "python",
"description": "Build Python bindings",
"dependencies": [
"python3"
]
}
]
}