Implement gamma adjustment via GAMMA_LUT property

This commit is contained in:
Ivan Molodetskikh
2024-03-15 08:54:36 +04:00
parent 9ae3cad82b
commit 6839a118bb
3 changed files with 199 additions and 17 deletions
+2 -1
View File
@@ -45,10 +45,11 @@ arrayvec = "0.7.4"
async-channel = { version = "2.2.0", optional = true }
async-io = { version = "1.13.0", optional = true }
bitflags = "2.4.2"
bytemuck = "1.14.3"
bytemuck = { version = "1.14.3", features = ["derive"] }
calloop = { version = "0.13.0", features = ["executor", "futures-io"] }
clap = { workspace = true, features = ["string"] }
directories = "5.0.1"
drm-ffi = "0.7.1"
futures-util = { version = "0.3.30", default-features = false, features = ["std", "io"] }
git-version = "0.3.9"
glam = "0.25.0"