Skip to content

Commit

Permalink
Update wafel_window export
Browse files Browse the repository at this point in the history
  • Loading branch information
branpk committed Mar 6, 2024
1 parent 2f36ce3 commit 284e5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wafel_window/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
pub use app_env::*;
pub use config::*;
pub use input::*;
pub use winit::event::{MouseButton /*VirtualKeyCode*/};
pub use winit::{event::MouseButton, keyboard::KeyCode};

mod app_env;
mod config;
Expand Down

0 comments on commit 284e5f9

Please sign in to comment.