forked from korejan/ALVR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (25 loc) · 693 Bytes
/
Cargo.toml
File metadata and controls
25 lines (25 loc) · 693 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
[workspace]
resolver = "2"
members = [
"alvr/settings-schema-derive",
"alvr/settings-schema",
"alvr/filesystem",
"alvr/common",
"alvr/commands",
"alvr/session",
"alvr/sockets",
"alvr/audio",
"alvr/client",
"alvr/server",
"alvr/launcher",
"alvr/vrcompositor-wrapper",
"alvr/vulkan-layer",
"alvr/openxr-client/alxr-engine-sys",
"alvr/openxr-client/alxr-client",
"alvr/openxr-client/alxr-android-client",
"alvr/openxr-client/alxr-android-client/quest",
"alvr/openxr-client/alxr-android-client/pico-neo",
"alvr/xtask",
#"alvr/experiments/client", # needed for bug in cargo-subcommand
#"alvr/experiments/*",
]