1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

Fix(eframe): remove lines added accidentally

This commit is contained in:
umajho
2026-06-12 14:50:14 +08:00
parent a71f5b1b16
commit 540f7398a4

View File

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