Trying to clena the mess opened by plugins
This commit is contained in:
10
plugins/egui-baseview/src/lib.rs
Normal file
10
plugins/egui-baseview/src/lib.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
mod renderer;
|
||||
mod translate;
|
||||
mod window;
|
||||
|
||||
pub use window::{EguiWindow, KeyCapture, Queue};
|
||||
|
||||
pub use egui;
|
||||
pub use renderer::GraphicsConfig;
|
||||
|
||||
pub use keyboard_types::Key;
|
||||
Reference in New Issue
Block a user