mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Rename eframe::EframeError to eframe::Error
This commit is contained in:
@@ -6,7 +6,7 @@ use eframe::{
|
||||
};
|
||||
use itertools::Itertools as _;
|
||||
|
||||
fn main() -> Result<(), eframe::EframeError> {
|
||||
fn main() -> Result<(), eframe::Error> {
|
||||
let options = eframe::NativeOptions::default();
|
||||
eframe::run_native(
|
||||
"Take screenshots and display with eframe/egui",
|
||||
|
||||
Reference in New Issue
Block a user