From ef99ace0ca9ed583eab141ed6259c5de3699111c Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sat, 9 Oct 2021 20:24:14 -0700 Subject: [PATCH] Update egui_wgpu_backend (#213) --- examples/egui-winit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/egui-winit/Cargo.toml b/examples/egui-winit/Cargo.toml index 14e1ff2..0c00e04 100644 --- a/examples/egui-winit/Cargo.toml +++ b/examples/egui-winit/Cargo.toml @@ -12,7 +12,7 @@ default = ["optimize"] [dependencies] egui = "0.14" -egui_wgpu_backend = "0.12" +egui_wgpu_backend = "0.13" egui_winit_platform = { version = "0.10", features = ["webbrowser"] } env_logger = "0.9" log = "0.4"