vcpkg/ports/ogre/vcpkg.json
Lily 32b7ad04ea
[ogre] Update to version 1.12.7 and fix link error (#12210)
* [ogre] Update to version 1.12.7 and fix link error

* [ogre] Fix find imgui

* [ogre] Fix find imgui

* [ogre] Add vcpkg.json

* format manifest

Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-07-30 22:39:26 -07:00

42 lines
766 B
JSON

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