Skip to content

Commit

Permalink
Released v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Jul 14, 2019
1 parent 6db8d08 commit 002d81a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 0.1.8 (2019-07-14)

* Updated vendoring of meshoptimizer to commit hash `212a35ea9d32ea5e0223105566b3b7deeb06071f`.
* Updated dependencies.
* Updated demo stripify code for restart index.

## 0.1.7 (2019-05-19)

* Implemented `VertexDataAdapter` and modified a number of methods to remove a heavy allocation and slow decode. `DecodePosition` is supported through new `*_decoder` methods.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "meshopt"
version = "0.1.7"
version = "0.1.8"
authors = ["Graham Wihlidal <[email protected]>"]
description = "Rust ffi bindings and idiomatic wrapper for mesh optimizer"
homepage = "https://github.com/gwihlidal/meshopt-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
meshopt = "0.1.7"
meshopt = "0.1.8"
```

and add this to your crate root:
Expand Down

0 comments on commit 002d81a

Please sign in to comment.