-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathvcpkg.json
More file actions
42 lines (42 loc) · 759 Bytes
/
vcpkg.json
File metadata and controls
42 lines (42 loc) · 759 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
42
{
"dependencies": [
"freetype",
"glfw3",
"lunasvg",
{
"name": "glad",
"features": [
"gl-api-43"
]
},
"stb",
{
"name": "imgui",
"features": [
"opengl3-binding",
"vulkan-binding",
"vulkan-binding",
{
"name": "metal-binding",
"platform": "osx"
},
{
"name": "dx11-binding",
"platform": "windows"
},
{
"name": "dx12-binding",
"platform": "windows"
},
"glfw-binding",
"sdl2-binding",
"docking-experimental",
"freetype",
"freetype-lunasvg"
]
}
],
"overrides": [
{ "name": "glfw3", "version": "3.3.8" }
]
}