WIP -- NOT WORKING

This commit is contained in:
Steve Myers
2021-10-11 23:04:18 -07:00
parent 6f46e2deb6
commit aa63457d9c
10 changed files with 1360 additions and 78 deletions

3
build.rs Normal file
View File

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