Skip to content

Commit a380fae

Browse files
authored
Update Tauri V1 -> V2 (#12)
* init * optimization v2 migration * remove postcard crate * fix comments --------- Signed-off-by: Pushkar Mishra <[email protected]>
1 parent 6f3c644 commit a380fae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+10326
-12140
lines changed

.github/workflows/build-library.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
run: cargo ndk -o ./target/release/jniLibs --target aarch64-linux-android --target armv7-linux-androideabi --target i686-linux-android --target x86_64-linux-android build -p drop_core --release
3232
- name: Build Rust Library
3333
run: cargo build -p drop_core
34-
- name: Generate Bindings
35-
run: cargo run -p uniffi-bingen generate --library ./target/debug/drop_core.dll --language=kotlin --out-dir ./target/release/bindings
3634
- name: Upload Library
3735
uses: actions/upload-artifact@v4
3836
with:

0 commit comments

Comments
 (0)