chore(deps): bump windows from 0.21 to 0.22

This commit bumps the version of the windows-rs and deprecates the
bindings crate in favour of using the pre-packaged APIs that are
available as of 0.22.
This commit is contained in:
LGUG2Z
2021-10-28 09:01:07 -07:00
parent 2f7ae6f15f
commit 18f34babfa
17 changed files with 301 additions and 364 deletions

View File

@@ -1,7 +1,6 @@
use serde::Deserialize;
use serde::Serialize;
use bindings::Windows::Win32::Foundation::RECT;
use windows::Win32::Foundation::RECT;
#[derive(Debug, Default, Clone, Copy, Serialize, Deserialize, Eq, PartialEq)]
pub struct Rect {