From 9633508a3a31a70c657329fdeca0050b7082959e Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 18 Nov 2023 00:58:47 -0600 Subject: replace log with tracing --- azalea-physics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-physics') diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 97751f23..f79ddf43 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -17,7 +17,7 @@ azalea-registry = { path = "../azalea-registry", version = "0.8.0" } azalea-world = { path = "../azalea-world", version = "0.8.0" } bevy_app = "0.12.0" bevy_ecs = "0.12.0" -log = "0.4.20" +tracing = "0.1.40" once_cell = "1.18.0" parking_lot = "^0.12.1" -- cgit v1.2.3