input: Add screenshotting shortcut

This commit is contained in:
Victoria Brekenfeld 2022-07-20 17:25:36 +02:00
parent 979e282768
commit 63b252e47d
8 changed files with 193 additions and 14 deletions

View file

@ -18,6 +18,7 @@ serde_json = "1"
sendfd = "0.4.1"
egui = { version = "0.18.1", optional = true }
edid-rs = { version = "0.1" }
image = { version = "0.24.3", default-features = false, features = ["png"] }
lazy_static = "1.4.0"
thiserror = "1.0.26"
regex = "1"