Skip to content

Commit

Permalink
Implement FromPrimitive for latest nightly
Browse files Browse the repository at this point in the history
`FromPrimtive` is no longer in `std::num` and was moved to the external
`num` crate.

Fixes #165
  • Loading branch information
lgrz committed Apr 26, 2015
1 parent 192453f commit a9c4139
Show file tree
Hide file tree
Showing 4 changed files with 801 additions and 255 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ name = "sdl"
path = "src/sdl/lib.rs"

[dependencies]
num = "0.1.24"
rand = "0.3"
Loading

0 comments on commit a9c4139

Please sign in to comment.