chore: package updates

This commit is contained in:
galister
2024-04-10 08:42:58 +09:00
parent 944b7c1835
commit 93fe2bfca2
2 changed files with 47 additions and 42 deletions

View File

@@ -13,17 +13,17 @@ edition = "2021"
anyhow = "1.0.79"
ash = "^0.37.2"
chrono = "0.4.29"
chrono-tz = "0.8.5"
chrono-tz = "0.9.0"
clap = { version = "4.5.1", features = ["derive"] }
config = "0.14.0"
cstr = "0.2.11"
cstr = "0.2.12"
ctrlc = { version = "3.4.2", features = ["termination"] }
dbus = { version = "0.9.7" }
flexi_logger = "0.27.4"
flexi_logger = "0.28.0"
fontconfig-rs = "0.1.1"
freetype-rs = "0.32.0"
freetype-rs = "0.36.0"
futures = "0.3.29"
glam = { version = "0.24.1", features = ["approx"] }
glam = { version = "0.27.0", features = ["approx"] }
idmap = { version = "0.2.21", features = ["serde"] }
idmap-derive = "0.1.2"
input-linux = "0.6.0"
@@ -32,16 +32,22 @@ json5 = "0.4.1"
libc = "0.2.153"
log = "0.4.21"
once_cell = "1.19.0"
openxr = { version = "0.17.1", features = ["linked"], optional = true }
ovr_overlay = { features = ["ovr_input", "ovr_system"], git = "https://github.com/galister/ovr_overlay_oyasumi", optional = true }
openxr = { version = "0.18.0", features = ["linked"], optional = true }
ovr_overlay = { features = [
"ovr_input",
"ovr_system",
], git = "https://github.com/galister/ovr_overlay_oyasumi", optional = true }
regex = "1.9.5"
rodio = { version = "0.17.1", default-features = false, features = ["wav", "hound"] }
rodio = { version = "0.17.1", default-features = false, features = [
"wav",
"hound",
] }
rosc = { version = "0.10.1", optional = true }
serde = { version = "1.0.188", features = ["derive", "rc"] }
serde_json = "1.0.113"
serde_yaml = "0.9.34"
smallvec = "1.11.0"
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.56"
vulkano = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f1" }
@@ -49,10 +55,9 @@ wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.8",
xdg = "2.5.2"
[features]
default = ["openvr", "openxr", "osc", "x11", "wayland"]
default = ["openvr", "openxr", "osc", "x11", "wayland"]
openvr = ["dep:ovr_overlay", "dep:json"]
openxr = ["dep:openxr"]
osc = ["dep:rosc"]
x11 = ["wlx-capture/xshm"]
wayland = ["wlx-capture/pipewire", "wlx-capture/wlr"]