Skip to content

Commit

Permalink
Adding the Peek/diff commands
Browse files Browse the repository at this point in the history
We now have tons of messy/duplicated code to generate the bindings.  If
this PR gets merged, I'll try to clean it up as a follow-up.
  • Loading branch information
bendk committed Nov 29, 2024
1 parent 4812340 commit d3ac762
Show file tree
Hide file tree
Showing 17 changed files with 581 additions and 53 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ uniffi_bindgen = { path = "../uniffi_bindgen", version = "=0.28.3", optional = t
uniffi_build = { path = "../uniffi_build", version = "=0.28.3", optional = true }
uniffi_core = { path = "../uniffi_core", version = "=0.28.3" }
uniffi_macros = { path = "../uniffi_macros", version = "=0.28.3" }
uniffi_meta = { path = "../uniffi_meta", version = "=0.28.3" }
anyhow = "1"
camino = { version = "1.0.8", optional = true }
cargo_metadata = { version = "0.15", optional = true }
Expand Down
Loading

0 comments on commit d3ac762

Please sign in to comment.