Skip to content

Commit

Permalink
create_rect_type macro, no docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Mar 8, 2023
1 parent 38a08d9 commit a2c4731
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 298 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_math/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mod ray;
mod rect;

pub use ray::Ray;
pub use rect::Rect;
pub use rect::{IRect, Rect, URect};

/// The `bevy_math` prelude.
pub mod prelude {
Expand Down
Loading

0 comments on commit a2c4731

Please sign in to comment.