vcpkg/ports/ogre/vcpkg.json

40 lines
745 B
JSON
Raw Normal View History

{
"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"
]
}
}
}