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
# Copyright 2026 Kushal Das
# SPDX-License-Identifier: MIT

# Consumer ProGuard rules for tauri-plugin-native-camera
# These rules are automatically included in consuming apps

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