autocomplete now working

This commit is contained in:
Priec
2025-07-31 22:25:43 +02:00
parent 828a63c30c
commit c594c35b37
7 changed files with 686 additions and 101 deletions

View File

@@ -1,4 +1,4 @@
// src/lib.rs - Updated to conditionally include autocomplete
// src/lib.rs
pub mod canvas;
@@ -23,8 +23,9 @@ pub use autocomplete::{
AutocompleteCanvasState,
AutocompleteState,
SuggestionItem,
actions::execute_with_autocomplete,
execute_with_autocomplete,
handle_autocomplete_feature_action,
};
#[cfg(all(feature = "gui", feature = "autocomplete"))]
pub use autocomplete::gui::render_autocomplete_dropdown;
pub use autocomplete::render_autocomplete_dropdown;