feat: Implement clean crop overlay (395 lines, simple stack-based approach)

This commit is contained in:
wfx 2026-02-04 16:36:35 +01:00
parent f60907b51c
commit be956f701b
4 changed files with 410 additions and 6 deletions

View file

@ -62,6 +62,7 @@ pub enum AppMessage {
max_x: f32,
max_y: f32,
},
CropDragEnd,
// Panels.