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:
Keavon Chambers
2026-04-23 18:12:28 -07:00
committed by GitHub
parent 1444c333ab
commit a59fed9d1c
13 changed files with 240 additions and 238 deletions
-1
View File
@@ -27,7 +27,6 @@ node-macro = { workspace = true }
dyn-any = { workspace = true }
glam = { workspace = true }
log = { workspace = true }
serde_json = { workspace = true }
# Optional workspace dependencies
serde = { workspace = true, optional = true }