tauri/.changes/codegen-custom-context-assets-fix.md
Lucas Fernandes Nogueira eb5d88427a
fix(codegen): Context generation with custom assets (#14883)
when custom assets are provided (`tauri::generate_context!(assets = my_assets)`) we can't use the fn inner logic directly and capture variables - we must pass them as arguments
2026-02-03 11:01:12 -03:00

168 B

tauri-codegen
patch:bug

Fix tauri::Context code generation failing with can't capture dynamic environment in a fn item when custom assets are provided.