]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libtcod/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libtcod / vcpkg.json
1 {
2 "name": "libtcod",
3 "version-semver": "1.16.7",
4 "port-version": 2,
5 "maintainers": "Kyle Benesch <4b796c65+github@gmail.com>",
6 "description": "Common algorithms and tools for roguelikes.",
7 "homepage": "https://github.com/libtcod/libtcod",
8 "documentation": "https://libtcod.readthedocs.io/en/latest/",
9 "dependencies": [
10 "glad",
11 "lodepng-c",
12 "sdl2",
13 "stb",
14 "utf8proc",
15 {
16 "name": "vcpkg-cmake",
17 "host": true
18 },
19 {
20 "name": "vcpkg-cmake-config",
21 "host": true
22 },
23 "zlib"
24 ]
25 }