docs(iced): add documentation for selection features

This commit is contained in:
2026-07-15 03:36:54 +03:00
parent 35cfcb1ddd
commit 513f4cdb9b
@@ -1,7 +1,10 @@
//! Selection state types for the iced GUI.
//! Selection tools for the iced GUI.
//!
//! Contains types for managing floating pixel selections (cut/copy-paste),
//! transform handles, and the crop tool.
//! This module provides:
//! - `SelectionTransform` - floating pixel selection with move/rotate/scale
//! - `TransformHandle` - handle types for transform interactions
//! - `CropState` - crop tool state management
//! - `clipboard` - selection-aware copy/paste operations
pub mod clipboard;
pub mod crop;