Upgrade uniffi-rs to 0.23.0 and migrate Gradle plugins

This commit is contained in:
thunderbiscuit
2023-02-27 14:43:52 -05:00
parent a75c868eb2
commit c93f292b0e
7 changed files with 161 additions and 73 deletions

View File

@@ -1,3 +1,3 @@
fn main() {
uniffi_build::generate_scaffolding("src/bdk.udl").unwrap();
uniffi::generate_scaffolding("./src/bdk.udl").unwrap();
}