1
0
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:
Emil Ernerfeldt
2022-12-14 17:29:54 +01:00
parent 4e8341d35c
commit 37fd141dd1
18 changed files with 19 additions and 19 deletions

View File

@@ -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",