tauri/.changes/assets-refactor.md
Lucas Fernandes Nogueira 5110c704be
feat(core): allow users to access the Assets instance (#1691)
* feat(core): allow users to access the Assets instance

* chore(changes): mark as breaking change [skip ci]
2021-05-03 15:07:38 -03:00

8 lines
161 B
Markdown

---
"tauri-codegen": patch
"tauri-utils": patch
"tauri": patch
---
**Breaking:** The `assets` field on the `tauri::Context` struct is now a `Arc<impl Assets>`.