mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Improved text edit with cursor that can be moved with arrow keys
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
use crate::{layout::Direction, GuiResponse, *};
|
||||
|
||||
mod slider;
|
||||
mod text_edit;
|
||||
pub mod text_edit;
|
||||
|
||||
pub use {slider::*, text_edit::*};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user