diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-25 07:35:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-25 07:35:08 +0800 |
| commit | 5dd853c5371bf26d7bf3774f3c03088fb15f84a3 (patch) | |
| tree | e1969ed067fd3cb90a43d09318699b828cfc11cf /Cargo.toml | |
| parent | e9ace17f75e6e0f422d189f10a70c9232de226ce (diff) | |
Replace string_proc with just_fmt and add hex_display dependency
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ regex = "1.12" [dependencies] # Just Enough VCS -just_enough_vcs = { path = "../VersionControl", features = ["all"] } +just_enough_vcs = { path = "../VersionControl", features = ["all", "deprecated"] } # RenderSystem Macros render_system_macros = { path = "macros/render_system_macros" } |
