feat: update/clean dependencies
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -10,27 +10,26 @@ homepage = "https://stardustxr.org"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
color-eyre = { version = "0.6.2", default-features = false }
|
color-eyre = { version = "0.6.2", default-features = false }
|
||||||
clap = { version = "4.0.8", features = ["derive"] }
|
clap = { version = "4.1.1", features = ["derive"] }
|
||||||
dashmap = "5.3.4"
|
dashmap = "5.4.0"
|
||||||
flatbuffers = "22.9.29"
|
flatbuffers = "22.9.29"
|
||||||
flexbuffers = "2.0.0"
|
flexbuffers = "2.0.0"
|
||||||
glam = {version = "0.22.0", features = ["mint"]}
|
glam = {version = "0.22.0", features = ["mint"]}
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
mint = "0.5.9"
|
mint = "0.5.9"
|
||||||
nanoid = "0.4.0"
|
nanoid = "0.4.0"
|
||||||
once_cell = "1.12.0"
|
once_cell = "1.17.0"
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12.1"
|
||||||
portable-atomic = {version = "1.0.0", features = ["float", "std"]}
|
portable-atomic = {version = "1.0.1", features = ["float", "std"]}
|
||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
slab = "0.4.6"
|
|
||||||
tokio = { version = "1", features = ["rt", "signal"] }
|
tokio = { version = "1", features = ["rt", "signal"] }
|
||||||
send_wrapper = "0.6.0"
|
send_wrapper = "0.6.0"
|
||||||
prisma = "0.1.1"
|
prisma = "0.1.1"
|
||||||
slog = "2.7.0"
|
slog = "2.7.0"
|
||||||
xkbcommon = { version = "0.5.0", default-features = false, optional = true }
|
xkbcommon = { version = "0.5.0", default-features = false, optional = true }
|
||||||
stardust-xr = "0.10.4"
|
stardust-xr = "0.10.5"
|
||||||
directories = "4.0.1"
|
directories = "4.0.1"
|
||||||
serde = { version = "1.0.145", features = ["derive"] }
|
serde = { version = "1.0.152", features = ["derive"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||||
tracing-slog = "0.2.0"
|
tracing-slog = "0.2.0"
|
||||||
@@ -67,3 +66,5 @@ profile_app = ["dep:tracing-chrome"]
|
|||||||
# path = "../stereokit-rs"
|
# path = "../stereokit-rs"
|
||||||
# [patch.crates-io.stereokit-sys]
|
# [patch.crates-io.stereokit-sys]
|
||||||
# path = "../stereokit-sys"
|
# path = "../stereokit-sys"
|
||||||
|
# [patch.crates-io.stardust-xr]
|
||||||
|
# path = "../core/core"
|
||||||
Reference in New Issue
Block a user