diff --git a/Cargo.toml b/Cargo.toml index e7514f6..c2b35d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde = ["glam/serde", "bvh2d/serde", "dep:serde"] [dependencies] tracing = { version = "0.1", optional = true } hashbrown = { version = "0.14" } -glam = { version = "0.27", features = ["approx"] } +glam = { version = "0.29", features = ["approx"] } smallvec = { version = "1.13", features = ["union", "const_generics"] } bvh2d = { version = "0.5", git = "https://github.com/mockersf/bvh2d" } serde = { version = "1.0", features = ["derive"], optional = true } diff --git a/examples/traced/Cargo.toml b/examples/traced/Cargo.toml index 6ffbbd9..0c60bae 100644 --- a/examples/traced/Cargo.toml +++ b/examples/traced/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] polyanya = { path = "../../", features = ["tracing"] } -glam = "0.27" +glam = "0.29" tracing-subscriber = "0.3" tracing-tracy = "0.10" tracing = "0.1"