2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "ogre-next",
|
2023-12-06 04:23:44 +08:00
|
|
|
"version": "2.3.3",
|
2024-03-20 04:06:23 +08:00
|
|
|
"port-version": 3,
|
2023-12-23 16:52:06 +08:00
|
|
|
"description": "Ogre Next - scene-oriented, flexible 3D engine written in C++",
|
2021-09-09 16:24:04 +08:00
|
|
|
"homepage": "https://github.com/OGRECave/ogre-next",
|
2022-04-01 01:58:32 +08:00
|
|
|
"license": "MIT",
|
2023-12-23 16:52:06 +08:00
|
|
|
"supports": "!emscripten & !uwp & !xbox",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"freeimage",
|
2023-12-06 04:23:44 +08:00
|
|
|
{
|
2023-12-23 16:52:06 +08:00
|
|
|
"name": "freetype",
|
|
|
|
"default-features": false
|
2023-12-06 04:23:44 +08:00
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"rapidjson",
|
|
|
|
"tinyxml",
|
2022-04-01 01:58:32 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
"zlib",
|
|
|
|
"zziplib"
|
2023-09-29 14:13:40 +08:00
|
|
|
],
|
2023-12-23 16:52:06 +08:00
|
|
|
"default-features": [
|
|
|
|
{
|
|
|
|
"name": "d3d11",
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gl3plus",
|
|
|
|
"platform": "!android & !ios & !osx & !windows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "metal",
|
|
|
|
"platform": "ios | osx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vulkan",
|
|
|
|
"platform": "android"
|
|
|
|
}
|
|
|
|
],
|
2023-09-29 14:13:40 +08:00
|
|
|
"features": {
|
2023-12-23 16:52:06 +08:00
|
|
|
"d3d11": {
|
|
|
|
"description": "Direct3D 11 render system",
|
|
|
|
"supports": "windows"
|
|
|
|
},
|
|
|
|
"gl3plus": {
|
|
|
|
"description": "OpenGL 3+ render system",
|
|
|
|
"supports": "!android & !(arm & windows)"
|
|
|
|
},
|
|
|
|
"metal": {
|
|
|
|
"description": "Metal render system",
|
|
|
|
"supports": "osx | ios"
|
|
|
|
},
|
2023-09-29 14:13:40 +08:00
|
|
|
"planar-reflections": {
|
|
|
|
"description": "Component to use planar reflections, can be used by both HlmsPbs and HlmsUnlit"
|
2023-12-23 16:52:06 +08:00
|
|
|
},
|
|
|
|
"vulkan": {
|
|
|
|
"description": "Vulkan render system",
|
2024-01-04 10:27:03 +08:00
|
|
|
"supports": "!osx",
|
2023-12-23 16:52:06 +08:00
|
|
|
"dependencies": [
|
|
|
|
"glslang",
|
|
|
|
"vulkan"
|
|
|
|
]
|
2023-09-29 14:13:40 +08:00
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|