diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-23 04:49:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-23 04:49:34 +0800 |
| commit | 626536ce51975b051fea087620bc1eb7f6bc69d3 (patch) | |
| tree | b24916b22012d9b8b3b09366bca9911781e6d596 /templates/_registry.rs.template | |
| parent | f607f6ac3b98d00370f613e674da7beb4c61ce58 (diff) | |
Reorganize project structure into systems and assets
Diffstat (limited to 'templates/_registry.rs.template')
| -rw-r--r-- | templates/_registry.rs.template | 6 |
1 files changed, 3 insertions, 3 deletions
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; <<LINE>> /// 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<String>, ctx: JVCommandContext, renderer_override: String -) -> Result<crate::cmd::renderer::JVRenderResult, crate::cmd::errors::CmdProcessError> { +) -> Result<crate::systems::cmd::renderer::JVRenderResult, crate::systems::cmd::errors::CmdProcessError> { match node { // PROCESS // -- TEMPLATE START -- |
