mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Add emath::OrderedFloat (moved from epaint::util::OrderedFloat) (#4389)
It makes much more sense in `emath`
This commit is contained in:
@@ -30,6 +30,7 @@ use std::ops::{Add, Div, Mul, RangeInclusive, Sub};
|
||||
pub mod align;
|
||||
mod history;
|
||||
mod numeric;
|
||||
mod ordered_float;
|
||||
mod pos2;
|
||||
mod range;
|
||||
mod rect;
|
||||
@@ -40,10 +41,11 @@ mod ts_transform;
|
||||
mod vec2;
|
||||
mod vec2b;
|
||||
|
||||
pub use {
|
||||
pub use self::{
|
||||
align::{Align, Align2},
|
||||
history::History,
|
||||
numeric::*,
|
||||
ordered_float::*,
|
||||
pos2::*,
|
||||
range::Rangef,
|
||||
rect::*,
|
||||
|
||||
Reference in New Issue
Block a user