-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
33 lines (33 loc) · 841 Bytes
/
vcpkg.json
File metadata and controls
33 lines (33 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "libtcod",
"maintainers": [
"Kyle Benesch <4b796c65+github@gmail.com>"
],
"description": "Common algorithms and tools for roguelikes.",
"homepage": "https://github.com/libtcod/libtcod",
"documentation": "https://libtcod.readthedocs.io/en/latest/",
"license": "BSD-3-Clause",
"dependencies": [],
"default-features": [],
"features": {
"tests": {
"description": "Dependencies needed for testing.",
"dependencies": [
{
"name": "catch2",
"version>=": "3.0.1"
}
]
},
"fovtool": {
"description": "Dependencies needed for fovtool.",
"dependencies": [
"cli11",
"fmt",
"ms-gsl",
"utfcpp"
]
}
}
}