log panics

This commit is contained in:
galister
2024-04-15 22:25:26 +09:00
parent be81c344d3
commit 7ca6df6d3b
3 changed files with 74 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ vulkano-shaders = { git = "https://github.com/vulkano-rs/vulkano", rev = "94f50f
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.8", default-features = false }
winit = { version = "0.29.15", optional = true }
xdg = "2.5.2"
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
[features]
default = ["openvr", "openxr", "osc", "x11", "wayland"]