update all deps
This commit is contained in:
@@ -24,9 +24,9 @@ anyhow = { workspace = true }
|
||||
ash = "^0.38.0" # must match vulkano
|
||||
chrono = "0.4.42"
|
||||
chrono-tz = "0.10.4"
|
||||
clap = { version = "4.5.48", features = ["derive"] }
|
||||
config = "0.15.16"
|
||||
ctrlc = { version = "3.5.0", features = ["termination"] }
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
config = "0.15.19"
|
||||
ctrlc = { version = "3.5.1", features = ["termination"] }
|
||||
dbus = { version = "0.9.9" }
|
||||
futures = "0.3.31"
|
||||
glam = { workspace = true, features = ["mint", "serde"] }
|
||||
@@ -34,8 +34,8 @@ idmap = { workspace = true, features = ["serde"] }
|
||||
idmap-derive = { workspace = true }
|
||||
input-linux = "0.7.1"
|
||||
json = { version = "0.12.4", optional = true }
|
||||
json5 = "0.4.1"
|
||||
libc = "0.2.175"
|
||||
json5 = "1.3.0"
|
||||
libc = "0.2.178"
|
||||
log = { workspace = true }
|
||||
openxr = { git = "https://github.com/Ralith/openxrs", rev = "d0afdd3365bc1e14de28f6a3a21f457e788a702e", features = [
|
||||
"linked",
|
||||
@@ -76,8 +76,8 @@ image_dds = { version = "0.7.2", default-features = false, features = [
|
||||
] }
|
||||
interprocess = { version = "2.2.3" }
|
||||
mint = "0.5.9"
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
|
||||
tracing = "0.1.43"
|
||||
vulkano = { workspace = true }
|
||||
vulkano-shaders = { workspace = true }
|
||||
wgui = { path = "../wgui" }
|
||||
@@ -93,16 +93,16 @@ smithay = { version = "0.7.0", default-features = false, features = [
|
||||
"xwayland",
|
||||
"wayland_frontend",
|
||||
], optional = true }
|
||||
uuid = { version = "1.18.1", features = ["v4", "fast-rng"], optional = true }
|
||||
uuid = { version = "1.19.0", features = ["v4", "fast-rng"], optional = true }
|
||||
wayland-client = { workspace = true, optional = true }
|
||||
wayland-egl = { version = "0.32.8", optional = true }
|
||||
bytes = { version = "1.10.1", optional = true }
|
||||
bytes = { version = "1.11.0", optional = true }
|
||||
wayvr_ipc = { git = "https://github.com/olekolek1000/wayvr-ipc.git", rev = "a72587d23f3bb8624d9aeb1f13c0a21e65350f51", default-features = false, optional = true }
|
||||
rust-embed = { workspace = true }
|
||||
################################
|
||||
|
||||
[build-dependencies]
|
||||
regex = { version = "1.11.2" }
|
||||
regex = { version = "1.12.2" }
|
||||
|
||||
[features]
|
||||
default = ["openvr", "openxr", "osc", "x11", "wayland", "wayvr"]
|
||||
|
||||
Reference in New Issue
Block a user