libwebp-sys2 0.1.7

A handwritten raw interface to libwebp
Documentation
## 0.1.7

- Fixed
  - Fix regression introduced in 0.1.6. The build was failing if the bundled libwebp (1.3.0) is used and one of the encoding functions are used. https://github.com/qnighy/libwebp-sys2-rs/pull/17

## 0.1.6

- Changed
  - Update bundled libwebp from 1.2.2 to 1.3.0 https://github.com/qnighy/libwebp-sys2-rs/pull/14
- Misc
  - CI maintenance https://github.com/qnighy/libwebp-sys2-rs/pull/15

## 0.1.5

- Fixed
  - Fix build with SSE4.1 support https://github.com/qnighy/libwebp-sys2-rs/pull/13

## 0.1.4

- Fixed
  - Build with bundled libwebp no longer fails without another libwebp installed https://github.com/qnighy/libwebp-sys2-rs/pull/11
- Misc
  - Update cfg-if from 0.1.6 to 1.0.0

## 0.1.3

- Changed
  - Update bundled libwebp from 1.2.0 to 1.2.2 https://github.com/qnighy/libwebp-sys2-rs/commit/dcd7f2a47e4cc6e073526848a75a8979295ed1cf
- Misc
  - add AnimDecoder test https://github.com/qnighy/libwebp-sys2-rs/pull/3
  - Reference libwebp as a submodule instead of committed code https://github.com/qnighy/libwebp-sys2-rs/pull/5
  - Add LICENSE file

## 0.1.2

- Changed
  - Update bundled libwebp from 1.1.0 to 1.2.0 https://github.com/qnighy/libwebp-sys2-rs/pull/2
- Added
  - Support libwebp-1.2.0's `qmin`/`qmax` https://github.com/qnighy/libwebp-sys2-rs/pull/2
- Misc
  - Setup GitHub Actions https://github.com/qnighy/libwebp-sys2-rs/pull/1

## 0.1.1

- Carved out from [qnighy/libwebp-rs]https://github.com/qnighy/libwebp-rs to [qnighy/libwebp-sys2-rs]https://github.com/qnighy/libwebp-sys2-rs.

## 0.1.0

Initial release.