rlottie-sys 0.2.0

A platform independent standalone library that plays Lottie Animation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.bindgen]
version = "0.59.1"

[build-dependencies.pkg-config]
version = "0.3.22"

[package]
description = "A platform independent standalone library that plays Lottie Animation"
edition = "2021"
include = ["src/**/*.rs", "/build.rs", "/wrapper.h", "/LICENSE"]
license = "MIT"
links = "rlottie"
name = "rlottie-sys"
repository = "https://github.com/msrd0/rlottie-rs"
rust-version = "1.56"
version = "0.2.0"