Skip to content

Commit

Permalink
Update glam and bvh2d (#49)
Browse files Browse the repository at this point in the history
* Update glam and bvh2d (currently patched). Bump version to 0.5

* Remove patch

---------

Co-authored-by: 66OJ66 <hi0obxud@anonaddy.me>
  • Loading branch information
66OJ66 and 66OJ66 committed Mar 9, 2024
1 parent 9c3e11c commit 4691b08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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"]
Expand All @@ -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"
Expand Down

0 comments on commit 4691b08

Please sign in to comment.