mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Rename eframe::EframeError to eframe::Error
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
use eframe::egui;
|
||||
|
||||
fn main() -> Result<(), eframe::EframeError> {
|
||||
fn main() -> Result<(), eframe::Error> {
|
||||
let options = eframe::NativeOptions {
|
||||
// Hide the OS-specific "chrome" around the window:
|
||||
decorated: false,
|
||||
|
||||
Reference in New Issue
Block a user