Skip to content

Commit

Permalink
chore(dotlottie-rs): 🤖 alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Sep 18, 2024
1 parent 43ee0ac commit 9cb4883
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
File renamed without changes.
10 changes: 8 additions & 2 deletions dotlottie-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[package]
name = "dotlottie-rs"
version = "0.1.0"
description = "A tool for rendering Lottie/Dotlottie animations"
keywords = ["lottie", "dotlottie", "animation", "renderer", "thorvg"]
categories = ["graphics", "animation"]
version = "0.1.0-alpha.1"
authors = ["Abdelrahman Ashraf <a.theashraf@gmail.com>"]
license = "MIT"
edition = "2021"
links = "thorvg"
repository = "https://github.com/LottieFiles/dotlottie-rs"
readme = "README.md"

[lib]
crate-type = ["staticlib", "cdylib", "rlib"]
Expand Down
14 changes: 9 additions & 5 deletions knope.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@
owner = 'LottieFiles'
repo = 'dotlottie-rs'

[package]
[packages.dotlottie-rs]
versioned_files = ["dotlottie-rs/Cargo.toml"]
changelog = "dotlottie-rs/CHANGELOG.md"

[packages.dotlottie-ffi]
versioned_files = ["dotlottie-ffi/Cargo.toml"]
changelog = "CHANGELOG.md"
changelog = "dotlottie-ffi/CHANGELOG.md"

[[package.assets]]
[[packages.dotlottie-ffi.assets]]
path = "release/dotlottie-player.darwin.tar.gz"
name = "dotlottie-player.darwin.tar.gz"

[[package.assets]]
[[packages.dotlottie-ffi.assets]]
path = "release/dotlottie-player.android.tar.gz"
name = "dotlottie-player.android.tar.gz"

[[package.assets]]
[[packages.dotlottie-ffi.assets]]
path = "release/dotlottie-player.wasm.tar.gz"
name = "dotlottie-player.wasm.tar.gz"

Expand Down

0 comments on commit 9cb4883

Please sign in to comment.