mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2025-05-09 04:05:30 +00:00
fix: missed re-exports module on lib
This commit is contained in:
parent
4b55fd0b7d
commit
ec37a1afc6
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
mod reexports;
|
||||
mod rendering;
|
||||
mod windowing;
|
||||
|
||||
pub use reexports::*;
|
||||
pub use windowing::builder::WindowingSystemBuilder as LayerShika;
|
||||
|
|
Loading…
Add table
Reference in a new issue