Trying to clena the mess opened by plugins
Some checks failed
Deploy Website / deploy (push) Failing after 4m53s
Some checks failed
Deploy Website / deploy (push) Failing after 4m53s
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