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 @@ - -