From cc3d2bcba0faafa401f270223dedec268efbab4f Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 6 Feb 2022 00:54:13 +0100 Subject: [PATCH] Re-export egui --- nih_plug_egui/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nih_plug_egui/src/lib.rs b/nih_plug_egui/src/lib.rs index 17013d24..713a5f88 100644 --- a/nih_plug_egui/src/lib.rs +++ b/nih_plug_egui/src/lib.rs @@ -26,6 +26,7 @@ use std::sync::Arc; /// Re-export for convenience. 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 /// intiial size, and this is kept in sync whenever the GUI gets resized. You should return the same