-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
40 lines (40 loc) · 890 Bytes
/
vcpkg.json
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
{
"name": "clayknot",
"version-semver": "0.0.0",
"builtin-baseline": "2b1757dd1d5ed7d9d5bb65fd8316631b157e7afc",
"dependencies": [
{
"name": "catch2",
"version>=": "3.1.0"
},
{
"name": "glfw3",
"version>=": "3.3.8"
},
{
"name": "glm",
"version>=": "0.9.9.8#2"
},
{
"name": "glad",
"version>=": "0.1.36"
},
{
"name": "range-v3",
"version>=": "0.12.0"
},
{
"name": "imgui",
"version>=": "1.89.1",
"features": [
"docking-experimental",
"glfw-binding",
"opengl3-binding"
]
},
{
"name": "implot",
"version>=": "0.14"
}
]
}