Basic Physics 'Vector' Library * Documentation
Add the following to your Cargo.toml: toml [dependencies] vext = "0.1.15" and this to your crate root: rust extern crate vext;
Cargo.toml
toml [dependencies] vext = "0.1.15"
rust extern crate vext;