Skip to content

Commit

Permalink
migrate to objc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 21, 2025
1 parent bfb2682 commit 686f130
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
35 changes: 22 additions & 13 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bitflags = "2.6.0"
iovec = "0.1.4"
console_error_panic_hook = "0.1.7"
tracing = "0.1.41"
objc = "0.2.7"
objc = { package = "objc-rs", version = "0.2.8" }
memmap2 = "0.9.5"
url = "2.5.4"

Expand Down
2 changes: 1 addition & 1 deletion wa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ lazy_static = "1.4.0"
fnv = "1.0.7"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
objc = "0.2.7"
objc = { workspace = true }
libc = { workspace = true }
futures = { workspace = true }

0 comments on commit 686f130

Please sign in to comment.