build(deps): update windows-sys requirement from 0.48.0 to 0.52.0
* build(deps): update windows-sys requirement from 0.48.0 to 0.52.0 Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.48.0...0.52.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Fix the clippy warning Signed-off-by: John Nunley <dev@notgull.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: John Nunley <dev@notgull.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Nunley <dev@notgull.net>
This commit is contained in:
parent
58da196740
commit
0b8f10d91d
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ impl Buffer {
|
|||
biHeight: -height.get(),
|
||||
biPlanes: 1,
|
||||
biBitCount: 32,
|
||||
biCompression: Gdi::BI_BITFIELDS as u32,
|
||||
biCompression: Gdi::BI_BITFIELDS,
|
||||
biSizeImage: 0,
|
||||
biXPelsPerMeter: 0,
|
||||
biYPelsPerMeter: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue