From 540f7398a41869f70fcf139f9144c5eacf19a69c Mon Sep 17 00:00:00 2001 From: umajho Date: Fri, 12 Jun 2026 14:50:14 +0800 Subject: [PATCH] Fix(eframe): remove lines added accidentally --- crates/eframe/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml index a7d3102ce..d085658f4 100644 --- a/crates/eframe/Cargo.toml +++ b/crates/eframe/Cargo.toml @@ -59,8 +59,6 @@ default_fonts = ["egui/default_fonts"] ## and `WebOptions::renderer`. glow = ["dep:egui_glow", "dep:glow", "dep:glutin-winit", "dep:glutin"] -_override_legacy_ime_composition_visuals = ["egui/_override_legacy_ime_composition_visuals"] - ## Enable saving app state to disk. persistence = ["dep:home", "egui-winit/serde", "egui/persistence", "ron", "serde"]