Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Oct 18, 2024
1 parent c3cd122 commit dc0f610
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/parry2d/examples/project_point2d.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
use common_macroquad::dim2::{draw_line_2d, draw_trimesh2, lissajous_2d, mquad_from_na, na_from_mquad};
use common_macroquad::dim2::{
draw_line_2d, draw_trimesh2, lissajous_2d, mquad_from_na, na_from_mquad,
};
use macroquad::prelude::*;
use nalgebra::{Point3, UnitComplex, Vector2};
use parry2d::math::{Isometry, Translation};
Expand Down

0 comments on commit dc0f610

Please sign in to comment.