diff options
Diffstat (limited to 'systems/asset/Cargo.toml')
| -rw-r--r-- | systems/asset/Cargo.toml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/systems/asset/Cargo.toml b/systems/asset/Cargo.toml deleted file mode 100644 index 5e86bbd..0000000 --- a/systems/asset/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "asset_system" -edition = "2024" -version.workspace = true - -[dependencies] -string_proc = { path = "../../utils/string_proc" } - -asset_macros = { path = "macros" } -tokio = { version = "1.48.0", features = ["full"] } -thiserror = "1.0.69" - -winapi = { version = "0.3", features = ["winnt"] } - -constants = { path = "../_constants" } |
