mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
428ea6524c
* feat(api): expose `Resource` class continuation of https://github.com/tauri-apps/tauri/pull/8276 * Apply suggestions from code review * fmt --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
6 lines
168 B
Markdown
6 lines
168 B
Markdown
---
|
|
'@tauri-apps/api': 'patch:feat'
|
|
---
|
|
|
|
Exposed `Resource` class which should be extended for Rust-backed resources created through `tauri::Manager::resources_table`.
|