From e1b1d562b47a889dd4a9d2d42e21543725d1ee61 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Mon, 13 Oct 2025 11:25:39 +0200 Subject: [PATCH] Fix Linux support --- crates/rpack_egui/Cargo.toml | 1 + crates/rpack_egui/index.html | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/crates/rpack_egui/Cargo.toml b/crates/rpack_egui/Cargo.toml index 7e9dfa5..0959da8 100644 --- a/crates/rpack_egui/Cargo.toml +++ b/crates/rpack_egui/Cargo.toml @@ -20,6 +20,7 @@ eframe = { version = "0.33", default-features = false, features = [ # "accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies. "default_fonts", # Embed the default egui fonts. "glow", # Use the glow rendering backend. Alternative: "wgpu". + "wayland", # To support Linux (and CI) ] } log = "0.4" egui_json_tree = "0.14" diff --git a/crates/rpack_egui/index.html b/crates/rpack_egui/index.html index 4a9ec5e..5e9d978 100644 --- a/crates/rpack_egui/index.html +++ b/crates/rpack_egui/index.html @@ -136,13 +136,6 @@ - -