mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Rename eframe::EframeError to eframe::Error
This commit is contained in:
@@ -424,7 +424,7 @@ mod glow_integration {
|
||||
let config = gl_display
|
||||
.find_configs(config_template.clone())?
|
||||
.next()
|
||||
.ok_or(crate::EframeError::NoGlutinConfigs(config_template))?;
|
||||
.ok_or(crate::Error::NoGlutinConfigs(config_template))?;
|
||||
|
||||
let context_attributes =
|
||||
glutin::context::ContextAttributesBuilder::new().build(Some(raw_window_handle));
|
||||
|
||||
Reference in New Issue
Block a user