Update nalgebra dev dependency

0.8.2 was being rejected by current rustc.
This commit is contained in:
Benjamin Saunders
2017-05-14 11:52:42 -07:00
parent bbd919e708
commit 74ed377ecb

View File

@ -20,5 +20,4 @@ openvr_sys = { git = "https://github.com/Ralith/rust-openvr-sys.git", branch = "
[dev_dependencies]
glium = "0.14.0"
num = "0.1.31"
nalgebra = "0.8.2"
nalgebra = "0.12"