Skip to content

Commit

Permalink
doc: credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeeon233 committed Aug 7, 2024
1 parent c4c2475 commit 19bc9bb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ sh ./scripts/build_macos.sh
```

The script will run `uniffi` and generate the `loroFFI.xcframework.zip`.

# Credits

- [Automerge-swift](https://github.com/automerge/automerge-swift): `loro-swift` uses many of `automerge-swift`'s scripts for building and CI.
14 changes: 7 additions & 7 deletions loro-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion loro-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/uniffi-bindgen.rs"

[dependencies]
# loro-ffi = { path = "../../loro/crates/loro-ffi" }
loro-ffi = { git = "https://github.com/loro-dev/loro.git", branch = "feat-ffi-loro-788" }
loro-ffi = { git = "https://github.com/loro-dev/loro.git", rev = "832bc6581b21efc2e6c7b46d2e3c78f85a128257" }
uniffi = { version = "0.28" }

[build-dependencies]
Expand Down

0 comments on commit 19bc9bb

Please sign in to comment.