feat: Implement clean crop overlay (395 lines, simple stack-based approach)
This commit is contained in:
parent
f60907b51c
commit
be956f701b
4 changed files with 410 additions and 6 deletions
|
|
@ -62,6 +62,7 @@ pub enum AppMessage {
|
|||
max_x: f32,
|
||||
max_y: f32,
|
||||
},
|
||||
|
||||
CropDragEnd,
|
||||
|
||||
// Panels.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue