Skip to content

Commit

Permalink
Update to bevy 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EightFactorial committed Nov 29, 2024
1 parent dd23839 commit 088d110
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[workspace]
members = [
"azalea",
"azalea-client",
"azalea-protocol",
"azalea-chat",
"azalea-core",
"azalea-auth",
"azalea-brigadier",
"azalea-crypto",
"azalea-world",
"azalea-language",
"azalea-block",
"azalea-buf",
"azalea-physics",
"azalea-registry",
"azalea-inventory",
"azalea-entity",
"azalea",
"azalea-client",
"azalea-protocol",
"azalea-chat",
"azalea-core",
"azalea-auth",
"azalea-brigadier",
"azalea-crypto",
"azalea-world",
"azalea-language",
"azalea-block",
"azalea-buf",
"azalea-physics",
"azalea-registry",
"azalea-inventory",
"azalea-entity",
]
resolver = "2"

Expand All @@ -30,11 +30,11 @@ repository = "https://github.com/azalea-rs/azalea"

[workspace.dependencies]
anyhow = "1.0.93"
bevy_app = "0.15.0-rc.3"
bevy_ecs = { version = "0.15.0-rc.3", default-features = false }
bevy_log = "0.15.0-rc.3"
bevy_tasks = "0.15.0-rc.3"
bevy_time = "0.15.0-rc.3"
bevy_app = "0.15.0"
bevy_ecs = { version = "0.15.0", default-features = false }
bevy_log = "0.15.0"
bevy_tasks = "0.15.0"
bevy_time = "0.15.0"
byteorder = "1.5.0"
criterion = { version = "0.5.1", features = ["html_reports"] }
derive_more = { version = "1.0.0", features = ["full"] }
Expand All @@ -45,22 +45,22 @@ nohash-hasher = "0.2.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"
parking_lot = "0.12.3"
proc-macro2 = "1.0.89"
proc-macro2 = "1.0.92"
quote = "1.0.37"
rand = "0.8.5"
reqwest = { version = "0.12.9", default-features = false }
rsa = "0.9.6"
rsa = "0.9.7"
rustc-hash = "2.0.0"
serde = "1.0.215"
serde_json = "1.0.132"
serde_json = "1.0.133"
simdnbt = "0.6.1"
smallvec = "1.13.2"
syn = { version = "2.0.87", features = ["full"] }
syn = { version = "2.0.89", features = ["full"] }
thiserror = "2.0.3"
tokio = "1.41.1"
tokio-util = "0.7.12"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
uuid = "1.11.0"

# --- Profile Settings ---
Expand Down

0 comments on commit 088d110

Please sign in to comment.