Skip to content

Commit

Permalink
fix: bevy feature
Browse files Browse the repository at this point in the history
  • Loading branch information
salam99823 committed Dec 11, 2024
1 parent a2194d6 commit 4f75320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub use pixel::Bit;
pub use view::BinaryView;

#[cfg(feature = "bevy")]
mod bevy;
pub mod bevy;
mod neigbors;
mod pixel;
#[cfg(test)]
Expand Down

0 comments on commit 4f75320

Please sign in to comment.