]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/ogre/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / ogre / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "ogre",
3 "version-string": "1.12.9",
4 "port-version": 5,
5 "description": "3D Object-Oriented Graphics Rendering Engine",
6 "homepage": "https://github.com/OGRECave/ogre",
7 "dependencies": [
8 "pugixml",
9 "sdl2",
10 "zlib"
11 ],
12 "default-features": [
13 "assimp",
14 "freeimage",
15 "overlay",
16 "zziplib"
17 ],
18 "features": {
19 "assimp": {
20 "description": "Use assimp",
21 "dependencies": [
22 "assimp"
23 ]
24 },
25 "csharp": {
26 "description": "Build csharp bindings"
27 },
28 "d3d9": {
29 "description": "Build Direct3D9 RenderSystem"
30 },
31 "freeimage": {
32 "description": "Build with FreeImage support",
33 "dependencies": [
34 "freeimage"
35 ]
36 },
37 "java": {
38 "description": "Build Java (JNI) bindings"
39 },
40 "overlay": {
41 "description": "Build overlay component",
42 "dependencies": [
43 "freetype",
44 {
45 "name": "imgui",
46 "features": [
47 "freetype"
48 ]
49 }
50 ]
51 },
52 "python": {
53 "description": "Build Python bindings",
54 "dependencies": [
55 "python3"
56 ]
57 },
58 "strict": {
59 "description": "Force Ogre resource manager to be strict with group names and resource names"
60 },
61 "zziplib": {
62 "description": "Build with zziplib support (GPL)",
63 "dependencies": [
64 "zziplib"
65 ]
66 }
67 }
68}