1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
azalea/azalea-client/src
EightFactorial 6379035b85
Update Bevy and migrate to workspace dependencies and package attributes (#181)
* Use workspace `Cargo.toml` for dependencies and package atributes

* Fix a couple clippy warnings

* Update bevy, update build script, move deps to workspace, and fix clippy warnings

* Remove carrots from crate versions
The default behavior is the same

* Remove unused dependencies
Compiles and all tests pass, so it should be fine

* Update codegen to use `std::sync::LazyLock` instead of `once_cell::sync::Lazy`

* Update Bevy to `0.15.0-rc.3`
Surprisingly little needed to be changed

* Update to bevy 0.15.0

* Fix leftover merge issues

* Clarify the reason the swarm can't connect

* Fix duplicate lint, remove `log` dependency
2024-12-04 18:31:22 -06:00
..
packet_handling Update Bevy and migrate to workspace dependencies and package attributes (#181) 2024-12-04 18:31:22 -06:00
account.rs fix incorrect comment in with_microsoft_access_token docs 2024-08-15 23:33:23 +00:00
attack.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
chat.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
chunks.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
client.rs Update Bevy and migrate to workspace dependencies and package attributes (#181) 2024-12-04 18:31:22 -06:00
configuration.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
disconnect.rs compression does not need to be async 2023-12-01 23:09:24 -06:00
entity_query.rs upgrade deps, bevy 0.13 2024-02-17 14:43:42 -06:00
events.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
interact.rs Add missing world border boolean to use item on packet in 1.21.2 (#192) 2024-11-30 18:05:35 -06:00
inventory.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
lib.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
local_player.rs Update Bevy and migrate to workspace dependencies and package attributes (#181) 2024-12-04 18:31:22 -06:00
mining.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
movement.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
ping.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
player.rs bevy 0.12 2023-11-06 18:04:57 -06:00
raw_connection.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
respawn.rs Refactor azalea-protocol (#190) 2024-11-27 19:31:40 -06:00
task_pool.rs clippy 2024-04-20 04:03:03 +00:00