From 6be5f46677d6807c5c401c4ad66fe3271e9f93fe Mon Sep 17 00:00:00 2001 From: Adrien Bennadji Date: Thu, 21 Mar 2024 08:14:32 +0100 Subject: [PATCH] fix CI --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1051cc9..4dad184 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ cgmath = "0.18" image = "0.25" tobj = "4.0" ahash = "0.8" -winit = { version = "0.29", default-features = false, features = ["rwh_05"]} +winit = { version = "0.29", default-features = false, features = ["rwh_05", "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]}