tauri-plugin-native-camera 0.1.0

A Tauri plugin to capture photos using the device's native camera app
1
2
3
4
5
6
7
8
9
# Copyright 2026 Kushal Das
# SPDX-License-Identifier: MIT

# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/user/Library/Android/sdk/tools/proguard/proguard-android.txt

# Keep plugin class
-keep class in.kushaldas.plugin.nativecamera.** { *; }