Skip to content

Commit

Permalink
Made checks succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
Letronix624 committed Feb 28, 2024
1 parent 35abc7c commit 2ce892c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
// notice may not be copied, modified, or distributed except
// according to those terms.

use std::{
convert::{TryFrom, TryInto},
sync::Arc,
};
use std::sync::Arc;

use ahash::AHashMap;
use egui::{epaint::Primitive, ClippedPrimitive, PaintCallbackInfo, Rect, TexturesDelta};
Expand Down

0 comments on commit 2ce892c

Please sign in to comment.