DPMS with wlr-output-power-management-unstable-v1 protocol
This commit is contained in:
parent
65a54706f5
commit
ea27ec5e28
10 changed files with 390 additions and 5 deletions
|
|
@ -60,6 +60,7 @@ profiling = { version = "1.0" }
|
|||
rustix = { version = "0.38.32", features = ["process"] }
|
||||
smallvec = "1.13.2"
|
||||
rand = "0.8.5"
|
||||
drm-ffi = "0.8.0"
|
||||
|
||||
[dependencies.id_tree]
|
||||
branch = "feature/copy_clone"
|
||||
|
|
@ -117,4 +118,4 @@ inherits = "release"
|
|||
lto = "fat"
|
||||
|
||||
[patch."https://github.com/Smithay/smithay.git"]
|
||||
smithay = { git = "https://github.com/smithay//smithay", rev = "df79eeb" }
|
||||
smithay = { git = "https://github.com/smithay//smithay", rev = "05c49f7" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue