Skip to content

Instantly share code, notes, and snippets.

@milibopp
Last active August 29, 2015 14:11
Show Gist options
  • Save milibopp/f839ec08f29078669690 to your computer and use it in GitHub Desktop.
Save milibopp/f839ec08f29078669690 to your computer and use it in GitHub Desktop.
rust-ice-19768
/target
/Cargo.lock
[package]
name = "rust-ice-19768"
version = "0.0.1"
authors = ["Eduard Bopp <[email protected]>"]
[[bin]]
name = "test"
path = "test.rs"
[dependencies.nalgebra]
git = "https://github.com/sebcrozet/nalgebra"
[dependencies.acacia]
git = "https://github.com/aepsil0n/acacia"
extern crate acacia;
extern crate nalgebra;
fn main() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment