diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-24 12:37:59 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-24 12:37:59 +0800 |
| commit | 0ce73b208e46cdea247bf244363f669757a717ff (patch) | |
| tree | 2df2d717288d90a509123caa5bc73434932448d7 /Cargo.lock | |
| parent | 4e783771f6f728d75c83cf08836cb370389e0ff8 (diff) | |
Replace string_proc with just_fmt in _asset crate
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,9 +90,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" name = "asset_macros" version = "0.1.0" dependencies = [ + "just_fmt", "proc-macro2", "quote", - "string_proc", "syn", ] @@ -102,7 +102,7 @@ version = "0.1.0" dependencies = [ "asset_macros", "constants", - "string_proc", + "just_fmt", "thiserror 1.0.69", "tokio", "winapi", |
