tauri/.changes/use-objc2.md
Mads Marquart bc4804d484
feat: Migrate to objc2 (#10924)
* Migrate from objc/cocoa to objc2

* Update crates/tauri-runtime-wry/src/webview.rs

---------

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2024-09-15 17:15:47 -03:00

7 lines
140 B
Markdown

---
"tauri": patch:enhance
"tauri-runtime-wry": patch:enhance
---
Use `objc2` internally and in examples, leading to better memory safety.