1
0
Fork 0

Re-export egui

This commit is contained in:
Robbert van der Helm 2022-02-06 00:54:13 +01:00
parent 29a9c41389
commit cc3d2bcba0

View file

@ -26,6 +26,7 @@ use std::sync::Arc;
/// Re-export for convenience. /// Re-export for convenience.
pub use crossbeam::atomic::AtomicCell; pub use crossbeam::atomic::AtomicCell;
pub use egui;
/// Create an [Editor] instance using an [::egui] GUI. The size passed to this function is the GUI's /// Create an [Editor] instance using an [::egui] GUI. The size passed to this function is the GUI's
/// intiial size, and this is kept in sync whenever the GUI gets resized. You should return the same /// intiial size, and this is kept in sync whenever the GUI gets resized. You should return the same