Skip to content

Commit

Permalink
Release rlottie 0.5.2 and lottieconv 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Nov 4, 2022
1 parent 9affdcf commit 1b247bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.1"
version = "0.2.2" # update doc url as well!
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.1/lottieconv/"
documentation = "https://docs.msrd0.de/lottieconv/0.2.2/lottieconv/"

edition = "2021"
rust-version = "1.60"
Expand All @@ -36,5 +36,5 @@ webp = ["dep:webp-animation"]
clap = { version = "4.0", features = ["derive"], optional = true }
gif_crate = { package = "gif", version = "0.11.3", optional = true }
rgb = { version = "0.8.32", default-features = false }
rlottie = { path = "../rlottie", version = "0.5" }
rlottie = { path = "../rlottie", version = "0.5.2" }
webp-animation = { version = "0.7", optional = true }
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.4"
version = "0.2.4" # update doc url as well!
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.3/rlottie-sys/"
documentation = "https://docs.msrd0.de/rlottie-sys/0.2.4/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.1"
version = "0.5.2" # update doc url as well!
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.1/rlottie/"
documentation = "https://docs.msrd0.de/rlottie/0.5.2/rlottie/"

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

0 comments on commit 1b247bb

Please sign in to comment.