feat: input multiplexing
This commit is contained in:
@@ -20,7 +20,7 @@ mint = "0.5.9"
|
||||
nanoid = "0.4.0"
|
||||
once_cell = "1.12.0"
|
||||
parking_lot = "0.12.1"
|
||||
portable-atomic = {version = "0.3.0", features = ["float", "std"]}
|
||||
portable-atomic = {version = "1.0.0", features = ["float", "std"]}
|
||||
rustc-hash = "1.1.0"
|
||||
slab = "0.4.6"
|
||||
tokio = { version = "1", features = ["rt", "signal"] }
|
||||
@@ -28,13 +28,14 @@ send_wrapper = "0.6.0"
|
||||
prisma = "0.1.1"
|
||||
slog = "2.7.0"
|
||||
xkbcommon = { version = "0.5.0", default-features = false, optional = true }
|
||||
stardust-xr = "0.10.0"
|
||||
stardust-xr = "0.10.4"
|
||||
directories = "4.0.1"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
tracing-slog = "0.2.0"
|
||||
global_counter = "0.2.2"
|
||||
rand = "0.8.5"
|
||||
|
||||
[dependencies.stereokit]
|
||||
default-features = false
|
||||
|
||||
Reference in New Issue
Block a user