1
0
Fork 0

Remove AtomicCell re-export

This is no longer part of the public API.
This commit is contained in:
Robbert van der Helm 2022-02-08 20:38:10 +01:00
parent 07f9a18d3d
commit 2417f9e8c0

View file

@ -20,6 +20,7 @@
use baseview::gl::GlConfig;
use baseview::{Size, WindowHandle, WindowOpenOptions, WindowScalePolicy};
use crossbeam::atomic::AtomicCell;
use egui::CtxRef;
use egui_baseview::EguiWindow;
use nih_plug::{Editor, ParamSetter, ParentWindowHandle};
@ -28,7 +29,6 @@ use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
/// Re-export for convenience.
pub use crossbeam::atomic::AtomicCell;
pub use egui;
/// Create an [Editor] instance using an [::egui] GUI. Using the user state parameter is optional,