syntec, but not compiling
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
// src/textarea/mod.rs
|
||||
//! Text area convenience exports.
|
||||
//!
|
||||
//! Re-export the core textarea types and provider so consumers can use
|
||||
//! `canvas::textarea::TextArea` / `TextAreaState` / `TextAreaProvider`.
|
||||
|
||||
pub mod provider;
|
||||
pub mod state;
|
||||
@@ -10,6 +7,9 @@ pub mod state;
|
||||
#[cfg(feature = "gui")]
|
||||
pub mod widget;
|
||||
|
||||
#[cfg(all(feature = "syntect", feature = "gui"))]
|
||||
pub mod highlight;
|
||||
|
||||
pub use provider::TextAreaProvider;
|
||||
pub use state::{TextAreaEditor, TextAreaState, TextOverflowMode};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user