add an example cargo.toml dep
This commit is contained in:
parent
7e88b54a8e
commit
1be8a9ec76
|
@ -12,6 +12,14 @@ nalgebra
|
||||||
An on-line version of this documentation is available [here](http://nalgebra.org).
|
An on-line version of this documentation is available [here](http://nalgebra.org).
|
||||||
|
|
||||||
## Using **nalgebra**
|
## Using **nalgebra**
|
||||||
|
|
||||||
|
Add this to your `Cargo.toml`:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[dependencies.nalgebra]
|
||||||
|
git = "https://github.com/sebcrozet/nalgebra.git"
|
||||||
|
```
|
||||||
|
|
||||||
All the functionality of **nalgebra** is grouped in one place: the root module `nalgebra::`.
|
All the functionality of **nalgebra** is grouped in one place: the root module `nalgebra::`.
|
||||||
This module re-exports everything and includes free functions for all traits methods doing
|
This module re-exports everything and includes free functions for all traits methods doing
|
||||||
out-of-place modifications.
|
out-of-place modifications.
|
||||||
|
|
Loading…
Reference in New Issue