mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 09:41:34 +03:00
bf095df55a
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
6 lines
217 B
Markdown
6 lines
217 B
Markdown
---
|
|
'tauri': 'patch:feat'
|
|
---
|
|
|
|
Exposed `Manager::resources_table` to access the resources table used by tauri, which could be used by plugins or app authors to store their resources and retrieve it later using an id.
|