Trying to clena the mess opened by plugins
This commit is contained in:
4
plugins/egui-baseview/src/renderer.rs
Normal file
4
plugins/egui-baseview/src/renderer.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
#[cfg(feature = "opengl")]
|
||||
mod opengl;
|
||||
#[cfg(feature = "opengl")]
|
||||
pub use opengl::renderer::{GraphicsConfig, Renderer};
|
||||
Reference in New Issue
Block a user