Skip to content

Commit

Permalink
Expose OrderedFloat
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfoodK committed Jun 22, 2024
1 parent f3c68cf commit 8380b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namui/skia/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub use bounding_box::*;
use derive_macro::type_derives;
use namui_type::*;
pub use native::*;
use ordered_float::OrderedFloat;
pub use ordered_float::OrderedFloat;
pub use render::*;
pub use traits::*;
pub use xy_in::*;

0 comments on commit 8380b7b

Please sign in to comment.