From 626536ce51975b051fea087620bc1eb7f6bc69d3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 23 Jan 2026 04:49:34 +0800 Subject: Reorganize project structure into systems and assets --- templates/_registry.rs.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/_registry.rs.template') diff --git a/templates/_registry.rs.template b/templates/_registry.rs.template index cac3c8e..957484c 100644 --- a/templates/_registry.rs.template +++ b/templates/_registry.rs.template @@ -1,6 +1,6 @@ // Auto generated by build.rs -use crate::cmd::cmd_system::{JVCommand, JVCommandContext}; -use crate::cmd::errors::CmdProcessError; +use crate::systems::cmd::cmd_system::{JVCommand, JVCommandContext}; +use crate::systems::cmd::errors::CmdProcessError; <> /// Input parameters, execute a command node pub async fn jv_cmd_process_node( @@ -8,7 +8,7 @@ pub async fn jv_cmd_process_node( args: Vec, ctx: JVCommandContext, renderer_override: String -) -> Result { +) -> Result { match node { // PROCESS // -- TEMPLATE START -- -- cgit