Skip to content

Commit

Permalink
Release rlottie 0.5.0 and lottieconv 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jul 24, 2022
1 parent ef3783e commit 9a67476
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1.2"
version = "0.2.0"
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.1.2/lottieconv/"
documentation = "https://docs.msrd0.de/lottieconv/0.2.0/lottieconv/"

edition = "2021"
rust-version = "1.56"
Expand All @@ -35,5 +35,5 @@ webp = ["webp-animation"]
clap = { version = "3.2", 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.4.1" }
rlottie = { path = "../rlottie", version = "0.5" }
webp-animation = { version = "0.7", optional = true }
6 changes: 3 additions & 3 deletions rlottie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
[package]
workspace = ".."
name = "rlottie"
version = "0.4.1"
version = "0.5.0"
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.4.1/rlottie/"
documentation = "https://docs.msrd0.de/rlottie/0.5.0/rlottie/"

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

[dependencies]
rgb = { version = "0.8.32", default-features = false }
rlottie-sys = { path = "../rlottie-sys", version = "0.2.0" }
rlottie-sys = { path = "../rlottie-sys", version = "0.2" }

0 comments on commit 9a67476

Please sign in to comment.