Skip to content

Commit

Permalink
Published v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gwihlidal committed Nov 3, 2019
1 parent 4ea438e commit 4ba14b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changes

## 0.1.9 (2019-11-02)

* Updated dependencies.
* Added `dyn` to `Fail::cause()` to fix warning.
* Added missing `allocator.cpp` to source_files in `build.rs` and in `Cargo.toml` package include list.
* Made the crate buildable on WebAssembly.
* Fixed build under toolchain 'windows-gnu'.
* Updated vendoring of meshoptimizer to commit hash `7cf4a53ece15fa7526410a6d4cae059bd5593178`.

## 0.1.8 (2019-07-14)

* Updated vendoring of meshoptimizer to commit hash `212a35ea9d32ea5e0223105566b3b7deeb06071f`.
Expand All @@ -9,7 +18,7 @@
## 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.
* Updated to latest meshoptimizer commit (7bf6e425fa158794c3da75684e8f8c7040b97cfa).
* Updated vendoring of meshoptimizer to commit hash `7bf6e425fa158794c3da75684e8f8c7040b97cfa`.

## 0.1.6 (2019-03-29)

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.8"
version = "0.1.9"
authors = ["Graham Wihlidal <[email protected]>"]
description = "Rust ffi bindings and idiomatic wrapper for mesh optimizer"
homepage = "https://github.com/gwihlidal/meshopt-rs"
Expand Down
6 changes: 5 additions & 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.8"
meshopt = "0.1.9"
```

and add this to your crate root:
Expand Down Expand Up @@ -160,6 +160,10 @@ at your option.
- [Jake Shadle](https://github.com/Jake-Shadle) (Code review)
- [Thomas Herzog](https://github.com/karroffel) (Contributions)
- [Alexandru Ene](https://github.com/AlexEne) (Contributions)
- [Ralf Jung](https://github.com/RalfJung) (Contributions)
- [Maxime Rouyrre](https://github.com/blaze33) (Contributions)
- [Shiwei Wang](https://github.com/wsw0108) (Contributions)
- Simon Chopin (Contributions)

## Contribution

Expand Down

0 comments on commit 4ba14b8

Please sign in to comment.