fix: render on linux wayland

This commit is contained in:
ardocrat
2025-11-10 15:59:22 +03:00
parent 7f65471ba1
commit 4773fdb8d5
2 changed files with 1722 additions and 1348 deletions
Generated
+1721 -1347
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -142,7 +142,7 @@ nokhwa-mac = { git = "https://code.gri.mw/ardocrat/nokhwa", rev = "612c861ef153c
[target.'cfg(not(target_os = "android"))'.dependencies]
env_logger = "0.11.3"
winit = { version = "0.30.11" }
eframe = { version = "0.33.0", default-features = false, features = ["glow"] }
eframe = { version = "0.33.0", default-features = false, features = ["glow", "wayland"] }
arboard = "3.2.0"
rfd = "0.15.0"
interprocess = { version = "2.2.1", features = ["tokio"] }