fix: missed re-exports module on lib

This commit is contained in:
drendog 2024-08-21 01:52:19 +02:00
parent 4b55fd0b7d
commit ec37a1afc6
Signed by: dwenya
GPG key ID: 8DD77074645332D0

View file

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