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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user