1
0
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:
Emil Ernerfeldt
2020-05-16 19:38:46 +02:00
parent 89aa285255
commit c0e7f947ff
7 changed files with 199 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
use crate::{layout::Direction, GuiResponse, *};
mod slider;
mod text_edit;
pub mod text_edit;
pub use {slider::*, text_edit::*};