mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fmt + clippy
This commit is contained in:
parent
30b87a1c93
commit
93c032d530
4 changed files with 21 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue