Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
asny committed Feb 15, 2024
1 parent c9d831c commit 850af2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ pub mod renderer;
pub use renderer::*;

pub mod window;
#[allow(unused_imports)]
pub use window::*;

mod gui;
#[allow(unused_imports)]
pub use gui::*;

0 comments on commit 850af2f

Please sign in to comment.