-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvcpkg.json
More file actions
41 lines (41 loc) · 723 Bytes
/
Copy pathvcpkg.json
File metadata and controls
41 lines (41 loc) · 723 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
34
35
36
37
38
39
40
41
{
"name": "frame",
"version-string": "0.4.0-alpha",
"homepage": "https://github.com/anirul/Frame/",
"description": "Frame graphic library.",
"dependencies": [
"abseil",
"assimp",
"glm",
"glad",
"gtest",
{
"name": "imgui",
"features": [
"opengl3-binding",
"sdl3-binding",
"vulkan-binding",
"docking-experimental"
]
},
"opengl",
"protobuf",
{
"name": "sdl3",
"default-features": false,
"features": [
"vulkan",
{
"name": "wayland",
"platform": "linux"
}
]
},
"spdlog",
"stb",
{
"name": "vulkan"
},
"shaderc"
]
}