fix: missed re-exports module on lib
parent
4b55fd0b7d
commit
ec37a1afc6
|
@ -1,4 +1,6 @@
|
|||
mod reexports;
|
||||
mod rendering;
|
||||
mod windowing;
|
||||
|
||||
pub use reexports::*;
|
||||
pub use windowing::builder::WindowingSystemBuilder as LayerShika;
|
||||
|
|
Loading…
Reference in New Issue