File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ You can find the most recent updated documentation [here](http://arrayfire.githu
8
8
9
9
## Supported platforms
10
10
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).
12
14
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 )
14
18
15
19
To use the rust bindings for ArrayFire from crates.io, the following requirements are to be met
16
20
first.
You can’t perform that action at this time.
0 commit comments