aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ogre-next/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/ogre-next/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/ogre-next/vcpkg.json')
-rw-r--r--vcpkg/ports/ogre-next/vcpkg.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/vcpkg/ports/ogre-next/vcpkg.json b/vcpkg/ports/ogre-next/vcpkg.json
new file mode 100644
index 0000000..5352872
--- /dev/null
+++ b/vcpkg/ports/ogre-next/vcpkg.json
@@ -0,0 +1,71 @@
+{
+ "name": "ogre-next",
+ "version": "2.3.3",
+ "port-version": 3,
+ "description": "Ogre Next - scene-oriented, flexible 3D engine written in C++",
+ "homepage": "https://github.com/OGRECave/ogre-next",
+ "license": "MIT",
+ "supports": "!emscripten & !uwp & !xbox",
+ "dependencies": [
+ "freeimage",
+ {
+ "name": "freetype",
+ "default-features": false
+ },
+ "rapidjson",
+ "tinyxml",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib",
+ "zziplib"
+ ],
+ "default-features": [
+ {
+ "name": "d3d11",
+ "platform": "windows"
+ },
+ {
+ "name": "gl3plus",
+ "platform": "!android & !ios & !osx & !windows"
+ },
+ {
+ "name": "metal",
+ "platform": "ios | osx"
+ },
+ {
+ "name": "vulkan",
+ "platform": "android"
+ }
+ ],
+ "features": {
+ "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"
+ },
+ "planar-reflections": {
+ "description": "Component to use planar reflections, can be used by both HlmsPbs and HlmsUnlit"
+ },
+ "vulkan": {
+ "description": "Vulkan render system",
+ "supports": "!osx",
+ "dependencies": [
+ "glslang",
+ "vulkan"
+ ]
+ }
+ }
+}