Skip to content

Commit

Permalink
enable runtime feature of bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jul 16, 2022
1 parent b9e8e59 commit 021d686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rlottie-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
[package]
workspace = ".."
name = "rlottie-sys"
version = "0.2.1"
version = "0.2.2"
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.1/rlottie-sys/"
documentation = "https://docs.msrd0.de/rlottie-sys/0.2.2/rlottie-sys/"

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

[build-dependencies]
bindgen = { version = "0.60.1", default-features = false }
bindgen = { version = "0.60.1", features = ["runtime"], default-features = false }
pkg-config = "0.3.22"

0 comments on commit 021d686

Please sign in to comment.