cleanup deps

This commit is contained in:
galister
2024-02-22 01:43:35 +01:00
parent ce573f52ea
commit 61a978bfb4
4 changed files with 44 additions and 827 deletions

View File

@@ -12,12 +12,11 @@ edition = "2021"
[dependencies]
anyhow = "1.0.79"
ash = "^0.37.2"
ash-window = "0.12.0"
chrono = "0.4.29"
chrono-tz = "0.8.5"
cstr = "0.2.11"
ctrlc = { version = "3.4.2", features = ["termination"] }
dbus = { version = "0.9.7", optional = true }
dbus = { version = "0.9.7" }
flexi_logger = "0.27.4"
fontconfig-rs = "0.1.1"
freetype-rs = "0.32.0"
@@ -32,8 +31,6 @@ log = "0.4.20"
once_cell = "1.18.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 }
png = "0.17.10"
raw-window-handle = "0.5.2"
regex = "1.9.5"
rodio = { version = "0.17.1", default-features = false, features = ["wav", "hound"] }
rosc = { version = "0.10.1", optional = true }
@@ -45,13 +42,11 @@ strum = { version = "0.25.0", 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" }
winit = "0.29.10"
wlx-capture = { git = "https://github.com/galister/wlx-capture" }
xdg = "2.5.2"
[features]
default = ["openvr", "openxr", "osc", "x11", "wayland", "notifications"]
notifications = ["dep:dbus"]
default = ["openvr", "openxr", "osc", "x11", "wayland"]
openvr = ["dep:ovr_overlay", "dep:json"]
openxr = ["dep:openxr"]
osc = ["dep:rosc"]