Step 1: Add simplified crop types in ui/widgets, update imports
This commit is contained in:
parent
6a4629bb47
commit
34d0045e0d
8 changed files with 227 additions and 21 deletions
9
src/ui/widgets/mod.rs
Normal file
9
src/ui/widgets/mod.rs
Normal 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};
|
||||
Loading…
Add table
Add a link
Reference in a new issue