mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:39:02 +08:00
42bb41fa2d
* [ogre] Do not use strict mode by default in ogre for backward compatibility * Update port_versions metadata for ogre 1.12.9-5
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"name": "ogre",
|
|
"version-string": "1.12.9",
|
|
"port-version": 5,
|
|
"description": "3D Object-Oriented Graphics Rendering Engine",
|
|
"homepage": "https://github.com/OGRECave/ogre",
|
|
"dependencies": [
|
|
"pugixml",
|
|
"sdl2",
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"assimp",
|
|
"freeimage",
|
|
"overlay",
|
|
"zziplib"
|
|
],
|
|
"features": {
|
|
"assimp": {
|
|
"description": "Use assimp",
|
|
"dependencies": [
|
|
"assimp"
|
|
]
|
|
},
|
|
"csharp": {
|
|
"description": "Build csharp bindings"
|
|
},
|
|
"d3d9": {
|
|
"description": "Build Direct3D9 RenderSystem"
|
|
},
|
|
"freeimage": {
|
|
"description": "Build with FreeImage support",
|
|
"dependencies": [
|
|
"freeimage"
|
|
]
|
|
},
|
|
"java": {
|
|
"description": "Build Java (JNI) bindings"
|
|
},
|
|
"overlay": {
|
|
"description": "Build overlay component",
|
|
"dependencies": [
|
|
"freetype",
|
|
{
|
|
"name": "imgui",
|
|
"features": [
|
|
"freetype"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"python": {
|
|
"description": "Build Python bindings",
|
|
"dependencies": [
|
|
"python3"
|
|
]
|
|
},
|
|
"strict": {
|
|
"description": "Force Ogre resource manager to be strict with group names and resource names"
|
|
},
|
|
"zziplib": {
|
|
"description": "Build with zziplib support (GPL)",
|
|
"dependencies": [
|
|
"zziplib"
|
|
]
|
|
}
|
|
}
|
|
}
|