Skip to content

Commit

Permalink
Merge pull request #7 from 66OJ66/main
Browse files Browse the repository at this point in the history
Update glam and bump version
  • Loading branch information
mockersf committed Feb 27, 2024
2 parents 9ec5335 + 5b80e77 commit 1b79c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 }

0 comments on commit 1b79c2a

Please sign in to comment.