automatic cursor style handled by the library

This commit is contained in:
Priec
2025-08-02 15:06:29 +02:00
parent c92c617314
commit 0baf152c3e
8 changed files with 296 additions and 426 deletions

View File

@@ -8,6 +8,9 @@ pub mod data_provider;
#[cfg(feature = "autocomplete")]
pub mod autocomplete;
#[cfg(feature = "cursor-style")]
pub use canvas::CursorManager;
// ===================================================================
// NEW API: Library-owned state pattern
// ===================================================================