From 1e96a0ae4ecc659bc41eb73d0a9ac8f9d2bd0bce Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Tue, 3 Sep 2024 23:59:21 +0800 Subject: [PATCH] Enable `wayland` feature for `bevy` in dev --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6f9bb52c..1295ce81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,6 +61,7 @@ features = [ "png", "ktx2", "bevy_winit", + "wayland", "x11", "bevy_text", "bevy_sprite",