tauri/.changes/path-resolver.md

6 lines
202 B
Markdown
Raw Normal View History

---
"tauri": patch
---
Adds a `PathResolver` struct to simplify the usage of the `tauri::api::path::{app_dir, resource_dir}` APIs, accessible through the `App` and `AppHandle` `path_resolver` methods.