From 880238a24f3ff7ba612764dfde020c418629c1de Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 17 Oct 2023 07:53:38 +0400 Subject: [PATCH] Fix examples not render on Wayland The `rwh_05` feature was not enabled. Fixes: e41fac825c2 (Update to new raw-window-handle strategy) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 887fbf14..f1970d56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,6 +67,7 @@ smol_str = "0.2.0" [dev-dependencies] image = { version = "0.24.0", default-features = false, features = ["png"] } simple_logger = { version = "4.2.0", default_features = false } +winit = { path = ".", features = ["rwh_05"] } [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dev-dependencies] softbuffer = "0.3.0"