feat: update everything, clean dependencies
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -10,24 +10,22 @@ homepage = "https://stardustxr.org"
|
||||
|
||||
[dependencies]
|
||||
color-eyre = { version = "0.6.2", default-features = false }
|
||||
clap = { version = "4.1.1", features = ["derive"] }
|
||||
clap = { version = "4.1.6", features = ["derive"] }
|
||||
dashmap = "5.4.0"
|
||||
flatbuffers = "22.9.29"
|
||||
flexbuffers = "2.0.0"
|
||||
glam = {version = "0.22.0", features = ["mint"]}
|
||||
glam = {version = "0.23.0", features = ["mint"]}
|
||||
lazy_static = "1.4.0"
|
||||
mint = "0.5.9"
|
||||
nanoid = "0.4.0"
|
||||
once_cell = "1.17.0"
|
||||
once_cell = "1.17.1"
|
||||
parking_lot = "0.12.1"
|
||||
portable-atomic = {version = "1.0.1", features = ["float", "std"]}
|
||||
rustc-hash = "1.1.0"
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "signal"] }
|
||||
tokio = { version = "1.25.0", features = ["rt-multi-thread", "signal"] }
|
||||
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.5"
|
||||
stardust-xr = "0.11.0"
|
||||
directories = "4.0.1"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
tracing = "0.1.37"
|
||||
@@ -39,7 +37,7 @@ rand = "0.8.5"
|
||||
[dependencies.stereokit]
|
||||
default-features = false
|
||||
features = ["linux-egl", "color_named", "prisma"]
|
||||
version = "0.14.1"
|
||||
version = "0.15.1"
|
||||
|
||||
[dependencies.smithay]
|
||||
git = "https://github.com/technobaboo/smithay.git" # Until we get stereokit to understand OES samplers and external textures
|
||||
@@ -53,7 +51,7 @@ version = "0.1.8"
|
||||
optional = true
|
||||
|
||||
[dependencies.tracing-chrome]
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user