Skip to content

Commit

Permalink
update travis to remote rust 1.7; update readme reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ramapuram committed May 31, 2016
1 parent 9787c32 commit b3ef618
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,6 @@ script:
- cargo run --example autoencoder
- cargo test
rust:
- 1.7.0
- 1.8.0
- 1.9.0
env:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,13 @@ We can also micro-control steps. An example of this working with each individual
- OpenGL based plotting and image loading, see [here](https://www.accelereyes.com/arrayfire/c/page_gfx.htm) for more info
- Multi GPU [horizontal] support **[TODO]**

# Requirements
- Rust 1.8 +
- arrayfire libs preinstalled (or you can compile manually by following instructions below)
```bash
cargo run --example autoencoder
```

# Installation
See [here](docs/installation.md)

Expand Down

0 comments on commit b3ef618

Please sign in to comment.