Re-export egui
This commit is contained in:
parent
29a9c41389
commit
cc3d2bcba0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue