Skip to content

Commit d227426

Browse files
committed
Updated readme with crates.io badge
Also, updated platform support section with Windows related details.
1 parent 99dcb49 commit d227426

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ You can find the most recent updated documentation [here](http://arrayfire.githu
88

99
## Supported platforms
1010

11-
Currently, only Linux and OSX. With Rust 1.4(MSVC binary), we soon expect to get the Windows support available.
11+
Linux and OSX: The bindings have been tested with Rust 1.x.
12+
Windows: Rust 1.5 (MSVC ABI) is the first version that works with our bindings and ArrayFire
13+
library(built using MSVC compiler).
1214

13-
## Use from Crates.io
15+
We recommend using Rust 1.5 and higher.
16+
17+
## Use from Crates.io [![](http://meritbadge.herokuapp.com/arrayfire)](https://crates.io/crates/arrayfire)
1418

1519
To use the rust bindings for ArrayFire from crates.io, the following requirements are to be met
1620
first.

0 commit comments

Comments
 (0)