diff --git a/Cargo.toml b/Cargo.toml index e2b1e19..1fdfecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bvh2d" description = "A fast BVH using SAH for 2d" -version = "0.3.1" +version = "0.4.0" edition = "2021" readme = "README.md" repository = "https://github.com/mockersf/bvh2d" @@ -12,5 +12,5 @@ license = "MIT" serde = ["glam/serde", "dep:serde"] [dependencies] -glam = "0.24" +glam = "0.25" serde = { version = "1.0", features = ["derive"], optional = true }