mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Take Glow context using Arc. (#1640)
This allows usage with a Glow context that is passed between threads.
This commit is contained in:
@@ -12,4 +12,4 @@ publish = false
|
||||
eframe = { path = "../../eframe", features = ["glow"] }
|
||||
egui_glow = { path = "../../egui_glow" }
|
||||
glow = "0.11"
|
||||
three-d = { version = "0.11", default-features = false }
|
||||
three-d = { version = "0.12", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user