mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 12:58:11 +08:00
Move the "Text" category nodes from gcore/src/logic.rs to text/src/lib.rs (#4042)
Move the String category nodes from gcore/src/logic.rs to text/src/lib.rs
This commit is contained in:
@@ -3,7 +3,6 @@ pub mod context;
|
||||
pub mod context_modification;
|
||||
pub mod debug;
|
||||
pub mod extract_xy;
|
||||
pub mod logic;
|
||||
pub mod memo;
|
||||
pub mod ops;
|
||||
|
||||
@@ -13,6 +12,5 @@ pub use context::*;
|
||||
pub use context_modification::*;
|
||||
pub use debug::*;
|
||||
pub use extract_xy::*;
|
||||
pub use logic::*;
|
||||
pub use memo::*;
|
||||
pub use ops::*;
|
||||
|
||||
Reference in New Issue
Block a user