Skip to content

Commit

Permalink
Merge pull request #10 from ohchase/dependabot/cargo/windows-0.57.0
Browse files Browse the repository at this point in the history
Update windows requirement from 0.56.0 to 0.57.0
  • Loading branch information
ohchase authored Jun 22, 2024
2 parents 38878c9 + 4bda3ac commit 5d3258f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/crate/shroud/latest"
keywords = ["directx", "hacking", "games", "hook"]

[dependencies]
windows = { version = "0.56.0", features = ["Win32_Foundation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_UI_Input_KeyboardAndMouse", "Win32_Graphics_Direct3D", "Win32_Graphics_Dxgi_Common"] }
windows = { version = "0.57.0", features = ["Win32_Foundation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Gdi", "Win32_UI_Input_KeyboardAndMouse", "Win32_Graphics_Direct3D", "Win32_Graphics_Dxgi_Common"] }
thiserror = "1.0.37"

strum = "0.26.2"
Expand Down

0 comments on commit 5d3258f

Please sign in to comment.