This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

🚨 Fix lints

+1 -2
-1
examples/playground/src/main.rs
··· 1 - use itertools::Itertools; 2 1 use rand::{Rng, seq::IteratorRandom}; 3 2 use shapemaker::{geometry::Norm, *}; 4 3
+1 -1
src/rendering/objects.rs
··· 2 2 use measure_time::debug_time; 3 3 4 4 use crate::{ 5 - ColoredObject, Object, Point, graphics::objects::{LineSegment, ObjectSizes} 5 + ColoredObject, Object, graphics::objects::{LineSegment, ObjectSizes} 6 6 }; 7 7 8 8 use super::{