fix: missed re-exports module on lib

WIP/draft
drendog 2024-08-21 01:52:19 +02:00
parent 4b55fd0b7d
commit ec37a1afc6
Signed by: dwenya
GPG Key ID: 8DD77074645332D0
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
mod reexports;
mod rendering;
mod windowing;
pub use reexports::*;
pub use windowing::builder::WindowingSystemBuilder as LayerShika;