Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sognefej authored May 2, 2020
1 parent 0163def commit 8386ec5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "gl_matrix"
version = "0.1.0"
version = "0.0.1"
authors = ["Eric Sognefest"]
license = "MIT"
categories = ["wasm", "no-std"]
exclude = ["/.travis.yml", ".gitignore"]
edition = "2018"

[badges]
travis-ci = { repository = "sognefej/gl-matrix" }
coveralls = { repository = "sognefej/gl-matrix" }

[dependencies]
rand = "0.7.3"
Expand Down

0 comments on commit 8386ec5

Please sign in to comment.