Skip to content

Commit

Permalink
chore: fix wasm build (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf authored Oct 18, 2024
1 parent aa4a152 commit ea55ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotlottie-ffi/Cargo.wasm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "uniffi-bindgen.rs"

[dependencies]
uniffi = { version = "0.25", features = ["cli"] }
dotlottie-rs = { path = "../dotlottie-rs" }
dotlottie-rs = { path = "../dotlottie-rs", features = ["thorvg"] }
cfg-if = "1.0"
bitflags = "2.6.0"

Expand Down

0 comments on commit ea55ef7

Please sign in to comment.