Skip to content

Commit

Permalink
Update run.dlang.io example dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach authored and 9il committed Jul 27, 2018
1 parent 375e663 commit 63ad7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ v0.0.6-beta:

```d
/+dub.sdl:
dependency "lubeck" version="~>0.0.4"
dependency "lubeck" version="~>0.1"
libs "lapack" "blas"
+/
// or libs "openblas"
Expand All @@ -55,7 +55,7 @@ void main()
}
```

[![Open on run.dlang.io](https://img.shields.io/badge/run.dlang.io-open-blue.svg)](https://run.dlang.io/is/vzhvo5)
[![Open on run.dlang.io](https://img.shields.io/badge/run.dlang.io-open-blue.svg)](https://run.dlang.io/is/RQRMoo)

### Related packages
- [mir-algorithm](https://github.com/libmir/mir-algorithm)
Expand Down

0 comments on commit 63ad7cf

Please sign in to comment.