diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-07 18:38:17 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-07 18:38:17 +0800 |
| commit | 5ad175c2532880da714e82b283770a7a2a45364f (patch) | |
| tree | 5e3fc5a3f382adadf037adc54f70e8710f59bb33 /Cargo.toml | |
| parent | 4f184a439056d2b5dff7aa2fa1b1a73a1cbe9582 (diff) | |
Rename asset crate to asset_system
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ tcp_connection = { path = "utils/tcp_connection" } string_proc = { path = "utils/string_proc" } # Systems -asset = { path = "systems/asset" } +asset_system = { path = "systems/asset" } action_system = { path = "systems/action" } constants = { path = "systems/_constants" } |
