diff --git a/Cargo.toml b/Cargo.toml index 2f91b74..4bc0a12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ objc2-metal = { version = "0.3", default-features = false, features = [ ], optional = true } [target.'cfg(windows)'.dependencies.windows] -version = ">=0.53, <=0.61" +version = ">=0.53, <=0.62" features = [ "Win32_Graphics_Direct3D12", "Win32_Graphics_Dxgi_Common", @@ -64,7 +64,7 @@ env_logger = "0.11" [target.'cfg(windows)'.dev-dependencies.windows] # API-breaks since Windows 0.58 only affect our examples -version = ">=0.58, <=0.61" +version = ">=0.58, <=0.62" features = [ "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D12",