Skip to content

Commit

Permalink
updated to nalgebra 0.15 and alga 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Jun 18, 2018
1 parent f8bb630 commit 53cd7e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "na"
version = "0.14.4"
version = "0.15.0"
authors = ["arturo castro <[email protected]>"]
description = "na is a wrapper around nalgebra to make it easier and mostly less verbose to work with the most used types in vector math for graphics."
homepage = "http://github.com/arturoc/na"
repository = "http://github.com/arturoc/na"
license = "BSD-3-Clause"

[dependencies]
nalgebra = "0.14"
alga = "0.5"
num-traits = "0.1"
nalgebra = "0.15"
alga = "0.6"
num-traits = "0.2"

[features]
unstable=[]

0 comments on commit 53cd7e6

Please sign in to comment.