fix: missed staging new path of ws builder

This commit is contained in:
drendog 2024-08-20 12:19:52 +02:00
parent 0759b688cf
commit d80fe53834
Signed by: dwenya
GPG key ID: 8DD77074645332D0

View file

@ -2,4 +2,4 @@ mod common;
mod rendering;
mod windowing;
pub use windowing::WindowingSystemBuilder as LayerShika;
pub use windowing::builder::WindowingSystemBuilder as LayerShika;