Skip to content

Commit

Permalink
Fix incorrect feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Aug 6, 2024
1 parent 890b7f3 commit 36b312f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pub mod prelude {
pub use crate::action_state::ActionState;
pub use crate::clashing_inputs::ClashStrategy;
pub use crate::input_map::InputMap;
#[cfg(feature = "ui")]
pub use crate::input_processing::*;
pub use crate::user_input::*;

Expand Down

0 comments on commit 36b312f

Please sign in to comment.