mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-18 06:50:01 +02:00
refactor(wm): add dep injection to monitor reconiliator
This commit adds some dependency injection to the monitor reconciliator module to make it easier to test the behaviour when different kinds of data are returned from win32_display_data.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -6085,7 +6085,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "win32-display-data"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/LGUG2Z/win32-display-data?rev=93949750b1f123fb79827ba4d66ffcab68055654#93949750b1f123fb79827ba4d66ffcab68055654"
|
||||
source = "git+https://github.com/LGUG2Z/win32-display-data?rev=a28c6559a9de2f92c142a714947a9b081776caca#a28c6559a9de2f92c142a714947a9b081776caca"
|
||||
dependencies = [
|
||||
"itertools 0.14.0",
|
||||
"serde",
|
||||
|
||||
Reference in New Issue
Block a user