1
0
forked from GRIN/grim

eframe: glow renderer

This commit is contained in:
ardocrat
2025-06-02 12:10:41 +03:00
parent 84d385ef1a
commit 31d8e2f012
3 changed files with 9 additions and 546 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ nokhwa-mac = { git = "https://github.com/l1npengtul/nokhwa", rev = "612c861ef153
[target.'cfg(not(target_os = "android"))'.dependencies]
env_logger = "0.11.3"
winit = { version = "0.30.11" }
eframe = { version = "0.31.1", features = ["wgpu", "glow"] }
eframe = { version = "0.31.1", default-features = false, features = ["glow"] }
arboard = "3.2.0"
rfd = "0.15.0"
interprocess = { version = "2.2.1", features = ["tokio"] }