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

* Fix example hello_world_par

* Added warning for glow eframe when creating `Context::create_viewport_sync` in other thread, or cannot be rendered!
* Fix clippy warning
This commit is contained in:
Konkitoman
2023-08-25 11:22:18 +03:00
parent b0287e96e5
commit 4d01644b33
4 changed files with 16 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ publish = false
eframe = { path = "../../crates/eframe", default-features = false, features = [
# accesskit struggles with threading
"default_fonts",
"glow",
# "wgpu",
"wgpu",
"x11"
] }
env_logger = "0.10"