Implement taking a monitor screenshot

This commit is contained in:
Ivan Molodetskikh
2023-08-27 19:34:37 +04:00
parent 1575753b69
commit af7b978eb4
7 changed files with 353 additions and 16 deletions
+3
View File
@@ -10,10 +10,13 @@ edition = "2021"
anyhow = { version = "1.0.72" }
bitflags = "2.3.3"
clap = { version = "4.3.21", features = ["derive"] }
directories = "5.0.1"
image = { version = "0.24.7", default-features = false, features = ["png"] }
keyframe = { version = "1.1.1", default-features = false }
profiling = "1.0.9"
sd-notify = "0.4.1"
smithay-drm-extras = { version = "0.1.0", path = "../smithay/smithay-drm-extras" }
time = { version = "0.3.28", features = ["formatting", "local-offset", "macros"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracy-client = { version = "0.15.2", default-features = false }