diff options
| author | mat <git@matdoes.dev> | 2023-11-06 18:04:48 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-11-06 18:04:57 -0600 |
| commit | ee55453fbf9a799e23cbca60e384f6adf3d11acf (patch) | |
| tree | 94ffd6b431ade8434d4ed4bf6dbf7126d60d5a2b /azalea/Cargo.toml | |
| parent | 48b5d121718c98c3280e0945508324fc4527beec (diff) | |
| download | azalea-drasl-ee55453fbf9a799e23cbca60e384f6adf3d11acf.tar.xz | |
bevy 0.12
Diffstat (limited to 'azalea/Cargo.toml')
| -rw-r--r-- | azalea/Cargo.toml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index bdab1233..c3133d13 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -13,7 +13,7 @@ pre-release-replacements = [ [dependencies] anyhow = "^1.0.75" -async-trait = "0.1.73" +async-trait = "0.1.74" azalea-block = { version = "0.8.0", path = "../azalea-block" } azalea-chat = { version = "0.8.0", path = "../azalea-chat" } azalea-client = { version = "0.8.0", path = "../azalea-client", default-features = false } @@ -25,23 +25,23 @@ azalea-registry = { version = "0.8.0", path = "../azalea-registry" } azalea-world = { version = "0.8.0", path = "../azalea-world" } azalea-auth = { version = "0.8.0", path = "../azalea-auth" } azalea-brigadier = { version = "0.8.0", path = "../azalea-brigadier" } -bevy_app = "0.11.3" -bevy_ecs = "0.11.3" -bevy_tasks = "0.11.3" +bevy_app = "0.12.0" +bevy_ecs = "0.12.0" +bevy_tasks = { version = "0.12.0", features = ["multi-threaded"] } derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } -futures = "0.3.28" -futures-lite = "1.13.0" +futures = "0.3.29" +futures-lite = "2.0.1" log = "0.4.20" nohash-hasher = "0.2.0" -num-traits = "0.2.16" +num-traits = "0.2.17" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } priority-queue = "1.3.2" -thiserror = "^1.0.49" -tokio = "^1.32.0" -uuid = "1.4.1" -bevy_log = "0.11.3" +thiserror = "^1.0.50" +tokio = "^1.33.0" +uuid = "1.5.0" +bevy_log = "0.12.0" azalea-entity = { version = "0.8.0", path = "../azalea-entity" } -bevy_time = "0.11.3" +bevy_time = "0.12.0" rustc-hash = "1.1.0" [dev-dependencies] |
