You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using egui is now a default feature, but it's optional. You can use Token, Syntax and ColorTheme beyond egui, e.g. to make colorful CLI outputs. Add egui_code_editor = { version = "0.2.2" , default-features = false } in your Cargo.toml.