Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
piderman314 committed Mar 11, 2023
1 parent e23686c commit 9f4f36f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ Add the following to your `Cargo.toml`:

``` toml
[dependencies]
bardecoder = "0.4.0"
bardecoder = "0.4.1"
image = "0.23"
```

You can also use `image` version 0.24 but some changes in that library seem to have degraded performance of `bardecoder` every so slightly.

### Quick
The quickest way to integrate is to use the built-in default decoder. This will work for the vast majority of cases, though please keep in mind the [Tips](#tips) below.

Expand Down

0 comments on commit 9f4f36f

Please sign in to comment.