diff options
| author | mat <git@matdoes.dev> | 2023-12-06 23:23:18 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-06 23:23:18 -0600 |
| commit | 98f2c54c26f2559b4743fa4d5174c4d461bab9b5 (patch) | |
| tree | 606577e9643995575256d64d12f0371dbb4c89f3 /Cargo.lock | |
| parent | 3f341aa11452b4dfe0b61af23efe9742a4d3f277 (diff) | |
| download | azalea-drasl-98f2c54c26f2559b4743fa4d5174c4d461bab9b5.tar.xz | |
use minecraft_folder_path
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -300,6 +300,7 @@ dependencies = [ "bevy_time", "derive_more", "futures", + "minecraft_folder_path", "nohash-hasher", "once_cell", "parking_lot", @@ -1705,6 +1706,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] +name = "minecraft_folder_path" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63b886139d261301cf5f8c1c41b915ce66fe1de5d601e05d02ccaac079b48375" + +[[package]] name = "miniz_oxide" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
