Skip to content

Commit

Permalink
Merge pull request #22 from jakobhellermann/update-vec-libraries
Browse files Browse the repository at this point in the history
update glam and nalgebra
  • Loading branch information
alteous committed May 22, 2021
2 parents ee3fd02 + 7d08f8f commit a96883c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ default = ["nalgebra"]
travis-ci = { repository = "gltf-rs/mikktspace" }

[dependencies]
nalgebra = { version = "0.25.0", optional = true }
glam = { version = "0.13.0", optional = true }
nalgebra = { version = "0.26.0", optional = true }
glam = { version = "0.15.0", optional = true }

[[example]]
name = "generate"

[dev-dependencies]
nalgebra = "0.25"
nalgebra = "0.26"

0 comments on commit a96883c

Please sign in to comment.