From ce485b162d1c29986366f072806a2616b809d011 Mon Sep 17 00:00:00 2001 From: Greg Morenz Date: Sun, 23 Jun 2024 18:50:23 -0400 Subject: [PATCH] Update glam in examples/traced to match lib --- examples/traced/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/traced/Cargo.toml b/examples/traced/Cargo.toml index 1b6e3e3..2b8a00e 100644 --- a/examples/traced/Cargo.toml +++ b/examples/traced/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] polyanya = { path = "../../", features = ["tracing"] } -glam = "0.24" +glam = "0.27" tracing-subscriber = "0.3" tracing-tracy = "0.10" tracing = "0.1"