Skip to content

Commit

Permalink
fix: 🐛 rely on Date.now() instead of Performance.now()
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Jan 15, 2024
1 parent 042efbc commit 32cef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotlottie-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "dotlottie_player_core"
[dependencies]
thiserror = "1.0.48"
# "emscripten-no-leading-underscore" branch fix this issue -> https://github.com/sebcrozet/instant/issues/35
instant = {git = "https://github.com/hoodmane/instant", branch = "emscripten-no-leading-underscore"}
instant = {git = "https://github.com/hoodmane/instant", branch = "emscripten-no-leading-underscore", features = ["inaccurate"]}

[build-dependencies]
bindgen = "0.69.1"
Expand Down

0 comments on commit 32cef75

Please sign in to comment.