more detailed screen prompt

This commit is contained in:
galister
2024-06-08 08:54:07 +09:00
parent eefffccbdf
commit 52a56cfd90
3 changed files with 11 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ sysinfo = { version = "0.30.0" }
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" }
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.10", default-features = false }
wlx-capture = { git = "https://github.com/galister/wlx-capture", tag = "v0.3.11", default-features = false }
winit = { version = "0.29.15", optional = true }
xdg = "2.5.2"
log-panics = { version = "2.1.0", features = ["with-backtrace"] }