Skip to content

Commit

Permalink
chore: 🤖 update ThorVG to v0.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Mar 22, 2024
1 parent 5a4ad40 commit 5bdfee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/modules/thorvg
4 changes: 2 additions & 2 deletions dotlottie-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ path = "uniffi-bindgen.rs"
[dependencies]
# uncomment uniffi v0.25.3 when building with uniffi-cpp-bindgen targetting C++/WASM
# uniffi = { version = "0.25.3", features = ["cli"] }
uniffi = { version = "0.26.0", features = ["cli"] }
uniffi = { version = "0.26.1", features = ["cli"] }
dotlottie_player = { path = "../dotlottie-rs" }
dotlottie_fms = { path = "../dotlottie-fms" }
cfg-if = "1.0"

[build-dependencies]
# uncomment uniffi v0.25.3 when building with uniffi-cpp-bindgen targetting C++/WASM
# uniffi = { version = "0.25.3", features = ["build"] }
uniffi = { version = "0.26.0", features = ["build"] }
uniffi = { version = "0.26.1", features = ["build"] }
lazy_static = "1.4"

0 comments on commit 5bdfee1

Please sign in to comment.