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

egui-winit: Use RawDisplayHandle for smithay clipboard init (#2914)

This commit is contained in:
Ryan Hileman
2023-04-19 00:14:23 -07:00
committed by GitHub
parent b8e798777d
commit ede3ded977
4 changed files with 22 additions and 27 deletions

View File

@@ -74,6 +74,7 @@ webbrowser = { version = "0.8.3", optional = true }
[target.'cfg(not(target_arch="wasm32"))'.dependencies]
instant = { version = "0.1" }
raw-window-handle = "0.5.0"
[target.'cfg(target_arch="wasm32")'.dependencies]
instant = { version = "0.1", features = [