-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
54 lines (54 loc) · 1015 Bytes
/
vcpkg.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "kyanite",
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"version": "0.0.1",
"builtin-baseline": "326d8b43e365352ba3ccadf388d989082fe0f2a6",
"dependencies": [
"assimp",
"atomic-queue",
"audiofile",
"cereal",
"concurrentqueue",
"directx-dxc",
"fastgltf",
"flecs",
"freealut",
"freeimage",
"gamenetworkingsockets",
"glad",
"glm",
"gtest",
{
"name": "imgui",
"features": [
"dx12-binding",
"vulkan-binding",
"opengl3-binding",
"sdl2-binding",
"docking-experimental"
]
},
"joltphysics",
"libjpeg-turbo",
"libpng",
"libsodium",
"libvorbis",
"libzip",
"nativefiledialog",
"nlohmann-json",
"openal-soft",
"openfbx",
"protobuf",
"rmlui",
{
"name": "sdl2",
"features": [
"vulkan"
]
},
"spdlog",
"sqlite3",
"stduuid",
"tinygltf"
]
}