Skip to content

Commit

Permalink
Release rlottie-sys 0.2.3, rlottie 0.5.1 and lottieconv 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Oct 7, 2022
1 parent e588028 commit 8cd5be4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
4 changes: 2 additions & 2 deletions lottieconv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
[package]
workspace = ".."
name = "lottieconv"
version = "0.2.0"
version = "0.2.1"
license = "MIT"
include = ["src/**/*.rs", "bin/*.rs", "/LICENSE", "/README.md"]

description = "Convert lottie files to WEBP or GIF"
keywords = ["lottie", "webp", "gif", "convert"]
repository = "https://github.com/msrd0/rlottie-rs"
documentation = "https://docs.msrd0.de/lottieconv/0.2.0/lottieconv/"
documentation = "https://docs.msrd0.de/lottieconv/0.2.1/lottieconv/"

edition = "2021"
rust-version = "1.56"
Expand Down
34 changes: 16 additions & 18 deletions lottieconv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,35 @@ files, as well as binaries to do the conversion.
This requires the features `clap` and `gif` to be active.

```
lottieconv
Convert lottie files GIF
USAGE:
lottie2gif [OPTIONS] <lottieFileName> [bgColor]
Usage: lottie2gif [OPTIONS] <lottieFileName> [bgColor]
ARGS:
<lottieFileName> The location of the lottie file
<bgColor> The background color in hexadecimal format [default: 0]
Arguments:
<lottieFileName> The location of the lottie file
[bgColor] The background color in hexadecimal format [default: 0]
Options:
--non-transparent Disable background transparency
-o, --out <output> The output file
-h, --help Print help information
OPTIONS:
-h, --help Print help information
--non-transparent Disable background transparency
-o, --out <output> The output file
```

## lottie2webp

This requires the features `clap` and `webp` to be active.

```
lottieconv
Convert lottie files WEBP
USAGE:
lottie2webp [OPTIONS] <lottieFileName>
Usage: lottie2webp [OPTIONS] <lottieFileName>
Arguments:
<lottieFileName> The location of the lottie file
ARGS:
<lottieFileName> The location of the lottie file
Options:
-o, --out <output> The output file
-h, --help Print help information
OPTIONS:
-h, --help Print help information
-o, --out <output> The output file
```
4 changes: 2 additions & 2 deletions rlottie-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
[package]
workspace = ".."
name = "rlottie-sys"
version = "0.2.2"
version = "0.2.3"
license = "MIT"
include = ["src/**/*.rs", "/build.rs", "/wrapper.h", "/LICENSE"]

description = "A platform independent standalone library that plays Lottie Animation"
repository = "https://github.com/msrd0/rlottie-rs"
documentation = "https://docs.msrd0.de/rlottie-sys/0.2.2/rlottie-sys/"
documentation = "https://docs.msrd0.de/rlottie-sys/0.2.3/rlottie-sys/"

edition = "2021"
rust-version = "1.56"
Expand Down
4 changes: 2 additions & 2 deletions rlottie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
[package]
workspace = ".."
name = "rlottie"
version = "0.5.0"
version = "0.5.1"
license = "MIT"
include = ["build.rs", "src/**/*.rs", "/LICENSE"]

description = "A platform independent standalone library that plays Lottie Animation"
repository = "https://github.com/msrd0/rlottie-rs"
documentation = "https://docs.msrd0.de/rlottie/0.5.0/rlottie/"
documentation = "https://docs.msrd0.de/rlottie/0.5.1/rlottie/"

edition = "2021"
rust-version = "1.56"
Expand Down

0 comments on commit 8cd5be4

Please sign in to comment.