mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
32b7ad04ea
* [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>
42 lines
766 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|