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 --- build.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index e0f727b..eb3cb14 100644 --- a/build.rs +++ b/build.rs @@ -9,10 +9,10 @@ const SETUP_JV_CLI_ISS_TEMPLATE: &str = "./templates/setup_jv_cli.iss.template"; const SETUP_JV_CLI_ISS: &str = "./setup/windows/setup_jv_cli.iss"; const REGISTRY_RS_TEMPLATE: &str = "./templates/_registry.rs.template"; -const REGISTRY_RS: &str = "./src/cmd/cmds/_registry.rs"; +const REGISTRY_RS: &str = "./src/systems/cmd/_registry.rs"; const RENDERER_LIST_TEMPLATE: &str = "./templates/_renderers.rs.template"; -const RENDERER_LIST: &str = "./src/cmd/renderers/_renderers.rs"; +const RENDERER_LIST: &str = "./src/systems/cmd/_renderers.rs"; const REGISTRY_TOML: &str = "./.cargo/registry.toml"; -- cgit