the great orientation refactor (move to x & y UiScalars/Spans) + don't call full size in align
This commit is contained in:
11
src/layout/orientation/mod.rs
Normal file
11
src/layout/orientation/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
mod align;
|
||||
mod axis;
|
||||
mod len;
|
||||
mod pos;
|
||||
|
||||
use super::vec2::*;
|
||||
|
||||
pub use align::*;
|
||||
pub use axis::*;
|
||||
pub use len::*;
|
||||
pub use pos::*;
|
||||
Reference in New Issue
Block a user