mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +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>
168 B
168 B
@tauri-apps/api |
---|
patch:feat |
Exposed Resource
class which should be extended for Rust-backed resources created through tauri::Manager::resources_table
.