Last active
August 29, 2015 14:11
-
-
Save milibopp/f839ec08f29078669690 to your computer and use it in GitHub Desktop.
rust-ice-19768
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/target | |
/Cargo.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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