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
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2026 Kushal Das -->
<!-- SPDX-License-Identifier: MIT -->
<paths xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- Cache directory for temporary photo files -->
    <cache-path
        name="native_camera_images"
        path="native_camera/" />
</paths>