]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/ms-gltf/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / ms-gltf / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "ms-gltf",
3 "version-string": "r1.9.5.0",
4 "description": "glTF-SDK is a C++ Software Development Kit for glTF",
5 "homepage": "https://github.com/microsoft/ms-gltf",
6 "supports": "!linux",
7 "dependencies": [
8 "rapidjson"
9 ],
10 "default-features": [
11 "test"
12 ],
13 "features": {
14 "samples": {
15 "description": "Build with GLTF samples"
16 },
17 "test": {
18 "description": "Build test programs",
19 "dependencies": [
20 "gtest"
21 ]
22 }
23 }
24}