cargo fmt

This commit is contained in:
Elnu 2023-05-29 18:06:57 -07:00
parent 2735a391b8
commit 77bc3b4b09
5 changed files with 13 additions and 15 deletions

View file

@ -7,7 +7,7 @@ use std::{
use renrs::State;
use egui_sfml::{SfEgui, egui};
use egui_sfml::{egui, SfEgui};
use sfml::{
graphics::{Color, RectangleShape, RenderTarget, RenderWindow, Transformable},
system::Vector2f,