chore(deps): bump windows-rs from 0.58 to 0.60

This commit is contained in:
LGUG2Z
2025-02-20 21:09:05 -08:00
parent 30c22f51c9
commit 8bc04f0610
15 changed files with 212 additions and 113 deletions

View File

@@ -12,4 +12,5 @@ eframe = { workspace = true }
egui_extras = { workspace = true }
random_word = { version = "0.4", features = ["en"] }
serde_json = { workspace = true }
windows-core = { workspace = true }
windows = { workspace = true }

View File

@@ -215,7 +215,7 @@ impl KomorebiGui {
extern "system" fn enum_window(
hwnd: windows::Win32::Foundation::HWND,
lparam: windows::Win32::Foundation::LPARAM,
) -> windows::Win32::Foundation::BOOL {
) -> windows_core::BOOL {
let windows = unsafe { &mut *(lparam.0 as *mut Vec<Window>) };
let window = Window::from(hwnd.0 as isize);