Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Oct 11, 2024
1 parent bc8f72b commit 4e6f621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/src/renderer/imgui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use winit::{event::Event, window::Window};

use crate::{
common::color_map::ColorMap, context::Context, imgui_wgpu, state::State,
update_flag::UpdateFlag, Matrix4, SimulatorError, Vector3, ZPARITY,
update_flag::UpdateFlag, SimulatorError, Vector3, ZPARITY,
};

pub struct ImGuiRenderer {
Expand Down

0 comments on commit 4e6f621

Please sign in to comment.