1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Expose Raw Window and Display Handles (#3073)

* Expose raw window and display handles in eframe

* Ensure that no one implements `Clone` in the future

* Cleanup

---------

Co-authored-by: Matti Virkkunen <mvirkkunen@gmail.com>
This commit is contained in:
τ
2023-06-11 22:18:28 +02:00
committed by GitHub
parent 5cd40f9685
commit 073f49682d
6 changed files with 75 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -1164,6 +1164,7 @@ dependencies = [
"raw-window-handle",
"ron",
"serde",
"static_assertions",
"thiserror",
"tts",
"wasm-bindgen",