Skip to content

Commit

Permalink
Updated changelog and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Mar 30, 2019
1 parent 6897172 commit 6ef23c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changes

## 0.1.6 (2019-03-25)
## 0.1.6 (2019-03-29)

* Fixed usage of VertexStream and adjust data representation.
* Upgraded meshoptimizer library to 0.11.0.
* Upgraded crate dependencies.
* Added `simplify_sloppy` wrapper

## 0.1.5 (2019-01-14)

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ float-cmp = "0.4.0"
failure = "0.1.5"

[build-dependencies]
cc = { version = "1.0.31", features = ["parallel"] }
cc = { version = "1.0.32", features = ["parallel"] }

[build-dependencies.bindgen]
version = "0.48.1"
version = "0.49.0"
optional = true

[dev-dependencies]
tobj = "0.1.6"
miniz_oxide = "0.2.1"
rand = "0.6.5"
libc = "0.2.50"
libc = "0.2.51"
structopt = "0.2"

[dev-dependencies.gltf]
Expand Down

0 comments on commit 6ef23c2

Please sign in to comment.