docs(iced): add documentation for selection features
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user