feat: aspect ratio limiting container

This commit is contained in:
Ashley Wulber 2022-12-17 18:17:13 -05:00 committed by Michael Murphy
parent 42ac442183
commit 50b8131e21
2 changed files with 239 additions and 0 deletions

View file

@ -34,3 +34,5 @@ pub mod spin_button;
pub use spin_button::{SpinButton, spin_button};
pub mod rectangle_tracker;
pub mod aspect_ratio;