diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2025-02-22 21:45:26 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-22 21:45:26 -0600 |
| commit | e21e1b97bf9337e9f4747cd1b545b1b3a03e2ce7 (patch) | |
| tree | add6f8bfce40d0c07845d8aa4c9945a0b918444c /Cargo.toml | |
| parent | f8130c3c92946d2293634ba4e252d6bc93026c3c (diff) | |
| download | azalea-drasl-e21e1b97bf9337e9f4747cd1b545b1b3a03e2ce7.tar.xz | |
Refactor azalea-client (#205)
* start organizing packet_handling more by moving packet handlers into their own functions
* finish writing all the handler functions for packets
* use macro for generating match statement for packet handler functions
* fix set_entity_data
* update config state to also use handler functions
* organize az-client file structure by moving things into plugins directory
* fix merge issues
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,7 +32,6 @@ repository = "https://github.com/azalea-rs/azalea" aes = "0.8.4" anyhow = "1.0.95" async-recursion = "1.1.1" -async-trait = "0.1.86" base64 = "0.22.1" bevy_app = "0.15.2" bevy_ecs = { version = "0.15.2", default-features = false } @@ -49,7 +48,6 @@ env_logger = "0.11.6" flate2 = "1.0.35" futures = "0.3.31" futures-lite = "2.6.0" -log = "0.4.25" md-5 = "0.10.6" minecraft_folder_path = "0.1.2" nohash-hasher = "0.2.0" @@ -80,6 +78,7 @@ hickory-resolver = { version = "0.24.3", default-features = false } uuid = "1.12.1" num-format = "0.4.4" indexmap = "2.7.1" +paste = "1.0.15" compact_str = "0.8.1" # --- Profile Settings --- |
