mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-30 18:46:27 +03:00
bc4804d484
* Migrate from objc/cocoa to objc2 * Update crates/tauri-runtime-wry/src/webview.rs --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
7 lines
140 B
Markdown
7 lines
140 B
Markdown
---
|
|
"tauri": patch:enhance
|
|
"tauri-runtime-wry": patch:enhance
|
|
---
|
|
|
|
Use `objc2` internally and in examples, leading to better memory safety.
|