From 9e96915e592bc3b8154cd7c98c7cacafe969116a Mon Sep 17 00:00:00 2001 From: Cyrix126 <58007246+Cyrix126@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:59:08 +0100 Subject: [PATCH] feat: enable dx12 backend for windows --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e2c25a..0611564 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ egui = {version="0.30", features=["callstack"]} # glow start on windows but not wgpu # need the same version that eframe is using with egui_wgpu # feature angle to enable support for old cpu on Windows -wgpu = {version = "23.0.1", features=["angle"]} +wgpu = {version = "23.0.1", features=["dx12"]} zip = "2.2.2" is_elevated = "0.1.2"