fmt + clippy

This commit is contained in:
Anton-4 2021-01-15 19:00:56 +01:00
parent 30b87a1c93
commit 93c032d530
4 changed files with 21 additions and 29 deletions

View file

@ -19,7 +19,7 @@ use crate::graphics::lowlevel::buffer::create_rect_buffers;
use crate::graphics::lowlevel::ortho::update_ortho_buffer;
use crate::graphics::lowlevel::pipelines;
use crate::graphics::primitives::text::{
build_glyph_brush, example_code_glyph_rect, queue_text_draw, queue_code_text_draw, Text,
build_glyph_brush, example_code_glyph_rect, queue_code_text_draw, queue_text_draw, Text,
};
use crate::graphics::style::CODE_FONT_SIZE;
use crate::graphics::style::CODE_TXT_XY;