diff --git a/Cargo.lock b/Cargo.lock index 8d974ae..2fcf3f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -523,6 +523,15 @@ dependencies = [ "libc", ] +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -561,8 +570,8 @@ dependencies = [ [[package]] name = "komorebi" -version = "0.1.25" -source = "git+https://github.com/LGUG2Z/komorebi?tag=v0.1.25#62900c59cbb236394f84241937a3fd73f6748538" +version = "0.1.26" +source = "git+https://github.com/LGUG2Z/komorebi?tag=v0.1.26#3556f38469eed595e946dea8abf1ad64d67bc046" dependencies = [ "bitflags 2.5.0", "clap", @@ -594,6 +603,7 @@ dependencies = [ "uds_windows", "which", "widestring", + "win32-display-data", "windows 0.54.0", "windows-implement 0.53.0", "windows-interface 0.53.0", @@ -603,8 +613,8 @@ dependencies = [ [[package]] name = "komorebi-client" -version = "0.1.25" -source = "git+https://github.com/LGUG2Z/komorebi?tag=v0.1.25#62900c59cbb236394f84241937a3fd73f6748538" +version = "0.1.26" +source = "git+https://github.com/LGUG2Z/komorebi?tag=v0.1.26#3556f38469eed595e946dea8abf1ad64d67bc046" dependencies = [ "komorebi", "komorebi-core", @@ -614,8 +624,8 @@ dependencies = [ [[package]] name = "komorebi-core" -version = "0.1.25" -source = "git+https://github.com/LGUG2Z/komorebi?tag=v0.1.25#62900c59cbb236394f84241937a3fd73f6748538" +version = "0.1.26" +source = "git+https://github.com/LGUG2Z/komorebi?tag=v0.1.26#3556f38469eed595e946dea8abf1ad64d67bc046" dependencies = [ "clap", "color-eyre", @@ -1572,6 +1582,16 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" +[[package]] +name = "win32-display-data" +version = "0.1.0" +source = "git+https://github.com/LGUG2Z/win32-display-data#2a0f7166da154880a1750b91829b1186d9c6a00c" +dependencies = [ + "itertools", + "thiserror", + "windows 0.54.0", +] + [[package]] name = "winapi" version = "0.3.9" diff --git a/Cargo.toml b/Cargo.toml index 044ba7c..9b4c5c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ parking_lot = "0.12" serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9" -komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.25"} +komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.26"} [dependencies.windows] version = "0.56"