We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bc2f8 commit a439cfaCopy full SHA for a439cfa
README.md
@@ -43,7 +43,7 @@ requirements are to be met first.
43
- On Linux: do `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$AF_PATH/lib64`
44
- On OSX: do `export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$AF_PATH/lib64`
45
- On Windows: Add `%AF_PATH%\lib` to your PATH environment variable.
46
-4. Add `arrayfire = "3.6"` to the dependencies section of your project's
+4. Add `arrayfire = "3.7"` to the dependencies section of your project's
47
Cargo.toml file. Make sure to change the version to latest available.
48
49
Once step (4) is over, you should be able to use ArrayFire in your Rust
0 commit comments