Skip to content

Commit

Permalink
Fix Win32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd-ash committed Apr 18, 2024
1 parent a87b7c5 commit 111d74e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config_app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ use std::sync::Arc;
use eframe::{egui::IconData, NativeOptions, Renderer};
use ui::launcher::Launcher;

#[cfg(windows)]
use eframe::Renderer;

mod plot_backend;
mod ui;
mod window;
Expand Down

0 comments on commit 111d74e

Please sign in to comment.