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
+2 -2
View File
@@ -60,7 +60,7 @@ fn animation_time(
ctx.try_animation_time().unwrap_or_default() * rate
}
#[node_macro::node(category("Animation"))]
#[node_macro::node(category("Debug"))]
async fn quantize_real_time<T>(
ctx: impl Ctx + ExtractAll + CloneVarArgs,
#[implementations(
@@ -103,7 +103,7 @@ async fn quantize_real_time<T>(
value.eval(Some(new_context.into())).await
}
#[node_macro::node(category("Animation"))]
#[node_macro::node(category("Debug"))]
async fn quantize_animation_time<T>(
ctx: impl Ctx + ExtractAll + CloneVarArgs,
#[implementations(