-
Notifications
You must be signed in to change notification settings - Fork 462
Expand file tree
/
Copy pathvcpkg.json
More file actions
54 lines (54 loc) · 1.19 KB
/
vcpkg.json
File metadata and controls
54 lines (54 loc) · 1.19 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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "arcade-learning-environment",
"version": "0.11.2",
"dependencies": [
"zlib"
],
"features": {
"sdl": {
"description": "Enable SDL, this enables display and audio support.",
"dependencies": [
{
"name": "sdl2",
"features": [
{
"name": "x11",
"platform": "linux"
},
{
"name": "wayland",
"platform": "linux"
},
{
"name": "alsa",
"platform": "linux"
}
],
"default-features": false
}
]
},
"vector": {
"description": "Enable Vector, this enables vectorisation of atari environments",
"dependencies": [
{
"name": "opencv4",
"features": [],
"default-features": false
}
]
}
},
"builtin-baseline": "3426a5e955f029ab0088ef6656fda06552bd2699",
"overrides": [
{
"name": "sdl2",
"version": "2.30.11"
},
{
"name": "opencv4",
"version": "4.10.0"
}
]
}