aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-11-18 00:58:47 -0600
committermat <git@matdoes.dev>2023-11-18 00:58:47 -0600
commit9633508a3a31a70c657329fdeca0050b7082959e (patch)
tree9973ed4e60a0bd2b77413a195b2a166854f04d43 /azalea-entity/Cargo.toml
parentb79ae025f08935044c621259d4e0c4bb72bbcd7f (diff)
downloadazalea-drasl-9633508a3a31a70c657329fdeca0050b7082959e.tar.xz
replace log with tracing
Diffstat (limited to 'azalea-entity/Cargo.toml')
-rw-r--r--azalea-entity/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
index 7cde8c71..4399ddf3 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -21,7 +21,7 @@ bevy_app = "0.12.0"
bevy_ecs = "0.12.0"
derive_more = "0.99.17"
enum-as-inner = "0.6.0"
-log = "0.4.20"
+tracing = "0.1.40"
nohash-hasher = "0.2.0"
parking_lot = "0.12.1"
thiserror = "1.0.50"