Skip to content

Commit

Permalink
Release lottie2gif 0.3.1 and lottie2webp 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 28, 2022
1 parent 8052ade commit 2a20352
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This repository contains the following crates:
- [**lottie2gif**](lottie2gif/README.md)
[![lottie2gif main branch docs](https://img.shields.io/badge/docs-main-blue.svg)](https://msrd0.github.io/rlottie-rs/doc/lottie2gif/index.html)
[![lottie2gif on crates.io](https://img.shields.io/crates/v/lottie2gif.svg)](https://crates.io/crates/lottie2gif)
- [**lottie2webp**](lottie2webp/README.md)
[![lottie2webp main branch docs](https://img.shields.io/badge/docs-main-blue.svg)](https://msrd0.github.io/rlottie-rs/doc/lottie2webp/index.html)
[![lottie2webp on crates.io](https://img.shields.io/crates/v/lottie2webp.svg)](https://crates.io/crates/lottie2webp)
- [**rlottie**](rlottie/README.md)
[![rlottie main branch docs](https://img.shields.io/badge/docs-main-blue.svg)](https://msrd0.github.io/rlottie-rs/doc/rlottie/index.html)
[![rlottie on crates.io](https://img.shields.io/crates/v/rlottie.svg)](https://crates.io/crates/rlottie)
Expand Down
2 changes: 1 addition & 1 deletion lottie2gif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
workspace = ".."
name = "lottie2gif"
version = "0.3.0"
version = "0.3.1"
license = "MIT"
include = ["src/**/*.rs", "/LICENSE"]

Expand Down
18 changes: 18 additions & 0 deletions lottie2webp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# lottie2webp [![lottie2webp on crates.io](https://img.shields.io/crates/v/lottie2webp.svg)](https://crates.io/crates/lottie2webp) [![lottie2webp on docs.rs](https://docs.rs/lottie2webp/badge.svg)](https://docs.rs/lottie2webp) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://mit-license.org/)

This crate can be used as a binary as well as a library. To compile it as a binary, pass `--all-features` or `--feature clap` to cargo.

```
lottie2webp
Convert lottie files WEBP
USAGE:
lottie2webp [OPTIONS] <lottieFileName>
ARGS:
<lottieFileName> The location of the lottie file
OPTIONS:
-h, --help Print help information
-o, --out <output> The output file
```

0 comments on commit 2a20352

Please sign in to comment.