Skip to content

Commit

Permalink
Fixed Cargo issues
Browse files Browse the repository at this point in the history
* Ignored Cargo.lock
* Removed unused fields in Cargo.toml
  • Loading branch information
bvssvni committed Aug 3, 2014
1 parent 7c7e8c9 commit a77c7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -23,3 +23,5 @@ watch.sh
/examples/**
!/examples/*.rs
!/examples/assets/

Cargo.lock
2 changes: 0 additions & 2 deletions Cargo.toml
Expand Up @@ -2,9 +2,7 @@

name = "vecmath"
version = "0.0.0"
readme = "README.md"
authors = ["bvssvni <bvssvni@gmail.com>"]
tags = ["vector", "math"]

[[lib]]

Expand Down

0 comments on commit a77c7c4

Please sign in to comment.