Skip to content

Commit

Permalink
Export Mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Apr 8, 2024
1 parent ea50b15 commit 57ad28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dunge/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ pub use crate::init::from_element;

#[cfg(feature = "winit")]
pub use crate::{
el::{Control, Flow, Key, KeyCode, LoopError, MouseButton, SmolStr, Then},
el::{Control, Flow, Key, KeyCode, LoopError, Mouse, MouseButton, SmolStr, Then},
update::{update, update_with, Update},
};

0 comments on commit 57ad28c

Please sign in to comment.