diff --git a/Cargo.toml b/Cargo.toml index b30243b..58089ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polyanya" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["pathfinding"] @@ -22,9 +22,9 @@ serde = ["glam/serde", "bvh2d/serde", "dep:serde"] [dependencies] tracing = { version = "0.1", optional = true } hashbrown = { version = "0.14" } -glam = { version = "0.24", features = ["approx"] } +glam = { version = "0.25", features = ["approx"] } smallvec = { version = "1.9", features = ["union", "const_generics"] } -bvh2d = { version = "0.3", git = "https://github.com/mockersf/bvh2d" } +bvh2d = { version = "0.4", git = "https://github.com/mockersf/bvh2d" } serde = { version = "1.0", features = ["derive"], optional = true } spade = "2.2" geo = "0.26.0"