-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathvcpkg.json
More file actions
32 lines (32 loc) · 730 Bytes
/
vcpkg.json
File metadata and controls
32 lines (32 loc) · 730 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
{
"name": "bettervr",
"version-string": "1.0.0",
"builtin-baseline": "8f54ef5453e7e76ff01e15988bf243e7247c5eb5",
"dependencies": [
{
"name": "openxr-loader",
"version>=": "1.0.34#1"
},
{
"name": "glm",
"version>=": "0.9.9.8#2",
"$comment": " # this is heuristically generated, and may not be correct\n\n find_package(glm CONFIG REQUIRED)\n\n target_link_libraries(main PRIVATE glm::glm)\n"
},
{
"name": "vulkan-headers",
"version>=": "1.4.328.0"
},
{
"name": "imgui",
"version>=": "1.91.9#0"
},
{
"name": "implot3d",
"version>=": "0.2"
},
{
"name": "implot",
"version>=": "0.16"
}
]
}