diff --git a/Cargo.toml b/Cargo.toml index 3b06dac1..ccca6ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,8 +30,8 @@ presser = { version = "0.3" } # such as the ability to link/load a Vulkan library. ash = { version = "0.38", optional = true, default-features = false, features = ["debug"] } # Only needed for visualizer. -egui = { version = ">=0.24, <=0.27", optional = true, default-features = false } -egui_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false } +egui = { version = ">=0.24, <0.28", optional = true, default-features = false } +egui_extras = { version = ">=0.24, <0.28", optional = true, default-features = false } [target.'cfg(target_vendor = "apple")'.dependencies] objc2 = { version = "0.5.2", default-features = false, optional = true } @@ -51,7 +51,7 @@ objc2-metal = { version = "0.2.1", default-features = false, features = [ winapi = { version = "0.3.9", features = ["d3d12", "winerror", "impl-default", "impl-debug"], optional = true } [target.'cfg(windows)'.dependencies.windows] -version = ">=0.53,<=0.58" +version = ">=0.53,<0.59" features = [ "Win32_Graphics_Direct3D12", "Win32_Graphics_Dxgi_Common",