Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Add commentary about custom Uniffi
Browse files Browse the repository at this point in the history
  • Loading branch information
aringenbach committed Jul 26, 2023
1 parent 36726c7 commit d944c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ resolver = "2"
rust-version = "1.71"

[workspace.dependencies]
# We use a custom version of Uniffi that renames symbols that might clash
# with other Rust libraries. See https://github.com/mozilla/uniffi-rs/issues/1670
uniffi = { git = "https://github.com/aringenbach/uniffi-rs.git", rev = "7fea5def9b7a00cec35b94bd1916172cd0ca60fb" }
uniffi_macros = { git = "https://github.com/aringenbach/uniffi-rs.git", rev = "7fea5def9b7a00cec35b94bd1916172cd0ca60fb" }
uniffi_build = { git = "https://github.com/aringenbach/uniffi-rs.git", rev = "7fea5def9b7a00cec35b94bd1916172cd0ca60fb" }
Expand Down

0 comments on commit d944c1d

Please sign in to comment.