mobiler 0.14.0

Build mobile apps in Rust — one core, native UI on Android, iOS, and the web (CLI)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<!-- Paths the FileProvider may share. cx.capture_photo writes captured images to the
     captures/ subdir of the app's internal cache, then hands that URI to the camera. -->
<paths>
    <cache-path name="captures" path="captures/" />
</paths>