tauri/.changes/assets-setup.md
Lucas Fernandes Nogueira 490a6b424e
refactor(core): add setup() to the Assets trait (#9147)
* feat(core): allow swapping the assets implemenetation

* refactor(core): add setup() to the Assets trait

* code review
2024-03-11 13:38:32 -03:00

147 B

tauri
patch:feat

The Assets trait now include a setup method that lets you run initialization code for your custom asset provider.