diff --git a/dotlottie-rs/Cargo.toml b/dotlottie-rs/Cargo.toml index b71414e0..55d94259 100644 --- a/dotlottie-rs/Cargo.toml +++ b/dotlottie-rs/Cargo.toml @@ -12,6 +12,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"} [build-dependencies]