Skip to content

Commit

Permalink
dependency versions fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanbalci committed Nov 20, 2017
1 parent c78b50b commit 6b6aa84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ readme = "README.md"
categories = ["game-engines"]

[dependencies]
alga = "*"
alga = "0.5.2"
derive_builder = "0.5.0"
nalgebra = "*"
num-traits = "*"
nalgebra = "0.13.1"
num-traits = "0.1.40"

[dev-dependencies]
termion = "*"
tui = "*"
termion = "1.5.1"
tui = "0.1.3"

[[example]]
name="testbehaviors"
Expand Down

0 comments on commit 6b6aa84

Please sign in to comment.