mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
Simplify
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
|
||||
|
||||
use eframe::egui;
|
||||
use eframe::egui::ColorImage;
|
||||
use eframe::egui::{self};
|
||||
use egui_plot::{Legend, Line, Plot, PlotPoints};
|
||||
|
||||
fn main() -> Result<(), eframe::Error> {
|
||||
|
||||
Reference in New Issue
Block a user