Skip to content

Commit 52a4538

Browse files
committed
Remove unnecessary UDL build script
uniffi::generate_scaffolding! is only necessary when using UDL (https://mozilla.github.io/uniffi-rs/latest/tutorial/Rust_scaffolding.html). We use proc macros so we can skip build.rs entirely!
1 parent 3e69a79 commit 52a4538

File tree

5 files changed

+0
-14
lines changed

5 files changed

+0
-14
lines changed

Cargo-minimal.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4079,7 +4079,6 @@ dependencies = [
40794079
"toml 0.9.5",
40804080
"uniffi",
40814081
"uniffi_bindgen",
4082-
"uniffi_build",
40834082
"uniffi_dart_macro",
40844083
]
40854084

Cargo-recent.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4079,7 +4079,6 @@ dependencies = [
40794079
"toml 0.9.5",
40804080
"uniffi",
40814081
"uniffi_bindgen",
4082-
"uniffi_build",
40834082
"uniffi_dart_macro",
40844083
]
40854084

payjoin-ffi/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ crate-type = ["lib", "staticlib", "cdylib"]
2121
name = "uniffi-bindgen"
2222
path = "uniffi-bindgen.rs"
2323

24-
[build-dependencies]
25-
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", rev = "5bdcc79", optional = true }
26-
uniffi = { version = "0.30.0", features = ["build", "cli"] }
27-
2824
[dependencies]
2925
base64 = "0.22.1"
3026
bitcoin-ffi = { git = "https://github.com/bitcoindevkit/bitcoin-ffi", rev = "39cc12b" }

payjoin-ffi/build.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

payjoin-ffi/src/payjoin.udl

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)