-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvcpkg.json
More file actions
113 lines (113 loc) · 1.82 KB
/
vcpkg.json
File metadata and controls
113 lines (113 loc) · 1.82 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "toybox",
"version": "0.1.0",
"dependencies": [
"cgltf",
"enkits",
"flecs",
"imgui",
"joltphysics",
"json-c",
"ktx",
{
"name": "shader-slang",
"host": true
},
{
"name": "ktx",
"host": true,
"features": [
"vulkan",
"tools"
]
},
"meshoptimizer",
{
"name": "meshoptimizer",
"host": true,
"features": [
"gltfpack"
]
},
"mimalloc",
{
"name": "sdl3",
"features": [
"vulkan"
]
},
{
"name": "sdl3-mixer"
},
"steam-audio",
"tracy",
"volk",
"vulkan-memory-allocator"
],
"overrides": [
{
"name": "cgltf",
"version": "1.14"
},
{
"name": "flecs",
"version": "4.0.2"
},
{
"name": "enkits",
"version": "1.11",
"port-version": 3
},
{
"name": "imgui",
"version": "1.89.9"
},
{
"name": "joltphysics",
"version": "5.1.0",
"port-version": 1
},
{
"name": "json-c",
"version": "2023-08-12"
},
{
"name": "ktx",
"version": "4.3.2",
"port-version": 2
},
{
"name": "meshoptimizer",
"version": "0.21"
},
{
"name": "mimalloc",
"version": "2.1.7"
},
{
"name": "sdl3",
"version": "3.1.6-preview"
},
{
"name": "sdl3-mixer",
"version": "3.0.0-e32ba24"
},
{
"name": "shader-slang",
"version": "2024.11"
},
{
"name": "tracy",
"version": "0.11.1"
},
{
"name": "volk",
"version": "1.3.290.0"
},
{
"name": "vulkan-memory-allocator",
"version": "3.1.0"
}
]
}