Step 4 complete: Add CropWidget (444 lines) and crop dialog - Crop feature restored!

This commit is contained in:
wfx 2026-02-04 16:20:08 +01:00
parent 5d729c7495
commit 49bff3dd89
6 changed files with 547 additions and 6 deletions

View file

@ -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;