Skip to content

Commit

Permalink
Missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Jan 31, 2024
1 parent 007150f commit b273d5e
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 @@ -240,7 +240,7 @@ pub use direction::*;
#[doc(hidden)]
pub use glam::{IVec2, IVec3, Quat, Vec2, Vec3};
#[doc(inline)]
pub use hex::{Hex, HexIterExt};
pub use hex::{hex, Hex, HexIterExt};
#[doc(inline)]
pub use layout::HexLayout;
#[cfg(feature = "mesh")]
Expand Down

0 comments on commit b273d5e

Please sign in to comment.