fix: missed staging new path of ws builder

WIP/draft
drendog 2024-08-20 12:19:52 +02:00
parent 0759b688cf
commit d80fe53834
Signed by: dwenya
GPG Key ID: 8DD77074645332D0
1 changed files with 1 additions and 1 deletions

View File

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