feat: implement raw_window_handle on Linux (#4469)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Amr Bashir
2022-06-26 16:56:12 +02:00
committed by GitHub
parent 82eb6e79e8
commit 3efbc67f74
9 changed files with 61 additions and 68 deletions

View File

@@ -0,0 +1,7 @@
---
"tauri": "patch"
"tauri-runtime": "patch"
"tauri-runtime-wry": "patch"
---
Implement `raw_window_handle::HasRawWindowHandle` on Linux.

View File

@@ -0,0 +1,6 @@
---
"tauri-runtime": minor
"tauri-runtime-wry": minor
---
Removed the `hwnd` and `ns_window` functions from `Dispatch` in favor of `raw_window_handle`.