Update to the last Rust.
This commit is contained in:
parent
effb1632d1
commit
db831f922e
|
@ -105,14 +105,9 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
|
||||||
* [ncollide](https://github.com/sebcrozet/ncollide): a collision detection library.
|
* [ncollide](https://github.com/sebcrozet/ncollide): a collision detection library.
|
||||||
* [kiss3d](https://github.com/sebcrozet/kiss3d): a minimalistic graphics engine.
|
* [kiss3d](https://github.com/sebcrozet/kiss3d): a minimalistic graphics engine.
|
||||||
* [frog](https://github.com/natal/frog): a machine learning library.
|
* [frog](https://github.com/natal/frog): a machine learning library.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#[link(name = "nalgebra"
|
|
||||||
, vers = "0.1"
|
#[crate_id = "nalgebra#0.1"];
|
||||||
, author = "Sébastien Crozet"
|
|
||||||
, uuid = "1e96070f-4778-4ec1-b080-bf69f7048216"
|
|
||||||
, url = "https://gitub.com/sebcrozet/nalgebra.git")];
|
|
||||||
#[crate_id = "github.com/sebcrozet/nalgebra"];
|
|
||||||
#[crate_type = "lib"];
|
#[crate_type = "lib"];
|
||||||
#[deny(non_camel_case_types)];
|
#[deny(non_camel_case_types)];
|
||||||
#[deny(non_uppercase_statics)];
|
#[deny(non_uppercase_statics)];
|
||||||
|
|
Loading…
Reference in New Issue