-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvcpkg.json
More file actions
36 lines (36 loc) · 886 Bytes
/
Copy pathvcpkg.json
File metadata and controls
36 lines (36 loc) · 886 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
{
"name": "spectrum",
"version-string": "1.0.0",
"dependencies": [
"freetype",
"zlib",
"directxtex",
{"name" :"assimp", "version>=":"6.0.4#3"},
{"name" :"antlr4", "version>=":"4.13.2#1"},
{"name" :"magic-enum", "version>=":"0.9.7#1"},
"crossguid",
"crc32c",
"cereal",
"dstorage",
"jinja2cpp",
{"name" :"directx-dxc", "version>=":"2026-05-27"},
{"name" :"directx12-agility", "version>=":"1.619.3"},
{"name" :"directx-headers", "version>=":"1.619.1"},
"bshoshany-thread-pool",
"vulkan-headers",
"vulkan-loader",
"vulkan-memory-allocator"
],
"builtin-baseline": "2a5ea1e58fc6776ede8fd1470db0aea26ae320c4",
"overrides": [
{
"name": "fmt",
"version": "10.1.1"
},
{
"name": "directx-dxc",
"version-date": "2026-05-27",
"port-version": 1
}
]
}