Step 1: Add simplified crop types in ui/widgets, update imports

This commit is contained in:
wfx 2026-02-04 16:00:26 +01:00
parent 6a4629bb47
commit 34d0045e0d
8 changed files with 227 additions and 21 deletions

9
src/ui/widgets/mod.rs Normal file
View file

@ -0,0 +1,9 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// src/ui/widgets/mod.rs
//
// Custom widgets module.
pub mod crop_types;
// pub mod crop_widget; // TODO: Implement next
pub use crop_types::{CropRegion, CropSelection, DragHandle};