Skip to content

Commit 55c8fba

Browse files
committed
chore: update windows crate to 0.60
1 parent 0c62d46 commit 55c8fba

File tree

2 files changed

+60
-23
lines changed

2 files changed

+60
-23
lines changed

Cargo.lock

Lines changed: 58 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "komorebi-switcher"
33
description = "A minimal workspace switcher for the Komorebi tiling window manager, seamlessly integrated into Windows 10/11 taskbar."
4-
version = "0.4.1"
4+
version = "0.4.2"
55
edition = "2021"
66
license = "MIT"
77

@@ -37,15 +37,14 @@ egui_animation = "0.8.0"
3737
wgpu = { git = "https://github.com/gfx-rs/wgpu", rev = "2f607d3e64d5da618b30c084fb59cf3abacf9aa1" }
3838

3939
[dependencies.windows]
40-
version = "0.59"
40+
version = "0.60"
4141
features = [
4242
"Win32_UI_WindowsAndMessaging",
4343
"Win32_System_LibraryLoader",
4444
"Win32_Foundation",
4545
"Win32_Graphics_Gdi",
4646
"Win32_UI_Input_KeyboardAndMouse",
4747
"UI_ViewManagement",
48-
"deprecated", # needed for UI_ViewManagement
4948
"Win32_Graphics_Direct3D",
5049
"Win32_Graphics_Direct3D11",
5150
"Win32_Graphics_Direct2D_Common",

0 commit comments

Comments
 (0)