-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdub.selections.json
More file actions
36 lines (36 loc) · 1.29 KB
/
dub.selections.json
File metadata and controls
36 lines (36 loc) · 1.29 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
{
"fileVersion": 1,
"versions": {
"assetmanager": {"path": "modules\\assetmanager"},
"assets": {"path": "modules\\assets"},
"data": {"path": "modules\\data"},
"config": {"path": "modules\\config"},
"hipengine_api": {"path": "api"},
"math": {"path": "modules\\math"},
"util": {"path": "modules\\util"},
"error": {"path": "modules\\error"},
"console": {"path": "modules\\console"},
"debugging": {"path": "modules\\debugging"},
"audio": {"path": "modules\\audio"},
"audio_decoding": {"path": "modules\\audio_decoding"},
"audio-formats": "2.1.2",
"bindbc-openal": "1.1.0",
"bindbc-loader": "1.1.5",
"directx-d": {"path": "dependencies\\directx-d"},
"concurrency": {"path": "modules\\concurrency"},
"filesystem": {"path": "modules\\filesystem"},
"bind": {"path": "modules\\bind"},
"font": {"path": "modules\\font"},
"renderer": {"path": "modules\\renderer"},
"image_decoding": {"path": "modules\\image_decoding"},
"gamut": "2.0.9",
"intel-intrinsics": "1.12.3",
"windowing": {"path": "modules\\windowing"},
"bindbc-opengl": "1.1.1",
"compilewatcher": {"path": "dependencies\\compilewatcher"},
"net": {"path": "modules\\net"},
"wasm": {"path": "modules\\wasm"},
"timer": {"path": "modules\\timer"},
"tween": {"path": "modules\\tween"}
}
}