Skip to content

Commit

Permalink
Update glam
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Aug 20, 2024
1 parent f20ae86 commit dd13249
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,6 +1,6 @@
[package]
name = "dubins_paths"
version = "2.3.1"
version = "2.4.0"
authors = ["VirxEC"]
edition = "2021"
description = "Rust code for calculating Dubin's Paths"
Expand All @@ -17,7 +17,7 @@ rust-version = "1.56.0"
rand = "0.8.5"

[dependencies]
glam = { version = "0.27.0", optional = true }
glam = { version = "0.29.0", optional = true }

[features]
glam = ["dep:glam"]
Expand Down

0 comments on commit dd13249

Please sign in to comment.