mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
7 lines
226 B
Markdown
7 lines
226 B
Markdown
|
---
|
||
|
"tauri-macros": "patch"
|
||
|
"tauri-codegen": "patch"
|
||
|
---
|
||
|
|
||
|
Add support for `test = true` in `generate_context!` macro to skip some code generation that could affect some tests, for now it only skips empedding a plist on macOS.
|