Skip to content

Commit

Permalink
revert include change
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Dec 17, 2024
1 parent a8bfafa commit 8c0f726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/save_plot/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
#![allow(rustdoc::missing_crate_level_docs)] // it's an example

use eframe::egui::{self, UserData};
use eframe::egui;
use egui_plot::{Legend, Line, Plot, PlotPoints};

fn main() -> eframe::Result {
Expand Down

0 comments on commit 8c0f726

Please sign in to comment.