Skip to content

Commit

Permalink
bump to 0.2.0, now compat with linux and mac??!!
Browse files Browse the repository at this point in the history
  • Loading branch information
bvibber committed May 1, 2021
1 parent 8aaa723 commit 76c5258
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jpegxr"
version = "0.1.0"
version = "0.2.0"
authors = ["Brion Vibber <[email protected]>"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ This is a Rust wrapper around the C libjpegxr / jxrlib codec open-sourced by Mic

Currently only decoding is supported, but adding an encoder interface should be straightforward.

It is in a very early state, and probably only compiles on Windows at the moment but will shortly be fixed to be cross-platform.

# Authors

The wrapped C JPEG XR library was written by many fine folks at Microsoft!
Expand Down

0 comments on commit 76c5258

Please sign in to comment.