mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Update glow to 0.12 (#2695)
* Remove three-d example due to glow incompatibility * Update to glow 0.12 * Remove three-d from deny.toml * Add line to changelog
This commit is contained in:
@@ -13,4 +13,4 @@ eframe = { path = "../../crates/eframe", features = [
|
||||
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
||||
] }
|
||||
egui_glow = { path = "../../crates/egui_glow" }
|
||||
glow = "0.11"
|
||||
glow = "0.12"
|
||||
|
||||
Reference in New Issue
Block a user