diff --git a/lottieconv/Cargo.toml b/lottieconv/Cargo.toml index 75668065..17f73059 100644 --- a/lottieconv/Cargo.toml +++ b/lottieconv/Cargo.toml @@ -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" diff --git a/lottieconv/README.md b/lottieconv/README.md index 56c9bce6..b03187ff 100644 --- a/lottieconv/README.md +++ b/lottieconv/README.md @@ -8,20 +8,19 @@ 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] [bgColor] +Usage: lottie2gif [OPTIONS] [bgColor] -ARGS: - The location of the lottie file - The background color in hexadecimal format [default: 0] +Arguments: + The location of the lottie file + [bgColor] The background color in hexadecimal format [default: 0] + +Options: + --non-transparent Disable background transparency + -o, --out The output file + -h, --help Print help information -OPTIONS: - -h, --help Print help information - --non-transparent Disable background transparency - -o, --out The output file ``` ## lottie2webp @@ -29,16 +28,15 @@ OPTIONS: This requires the features `clap` and `webp` to be active. ``` -lottieconv Convert lottie files WEBP -USAGE: - lottie2webp [OPTIONS] +Usage: lottie2webp [OPTIONS] + +Arguments: + The location of the lottie file -ARGS: - The location of the lottie file +Options: + -o, --out The output file + -h, --help Print help information -OPTIONS: - -h, --help Print help information - -o, --out The output file ``` diff --git a/rlottie-sys/Cargo.toml b/rlottie-sys/Cargo.toml index 9d52f444..7f9440f3 100644 --- a/rlottie-sys/Cargo.toml +++ b/rlottie-sys/Cargo.toml @@ -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" diff --git a/rlottie/Cargo.toml b/rlottie/Cargo.toml index 13729522..e2e671af 100644 --- a/rlottie/Cargo.toml +++ b/rlottie/Cargo.toml @@ -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"