Step 4 complete: Add CropWidget (444 lines) and crop dialog - Crop feature restored!
This commit is contained in:
parent
5d729c7495
commit
49bff3dd89
6 changed files with 547 additions and 6 deletions
|
|
@ -4,6 +4,7 @@
|
|||
// Custom widgets module.
|
||||
|
||||
pub mod crop_types;
|
||||
// pub mod crop_widget; // TODO: Implement next
|
||||
pub mod crop_widget;
|
||||
|
||||
pub use crop_types::{CropRegion, CropSelection, DragHandle};
|
||||
pub use crop_widget::crop_widget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue