Skip to content

Commit

Permalink
remove unused imports in example
Browse files Browse the repository at this point in the history
  • Loading branch information
tigregalis committed Oct 2, 2023
1 parent c06b9a7 commit 5f61dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rich-text/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// SPDX-License-Identifier: MIT OR Apache-2.0

use cosmic_text::{
Action, Attrs, AttrsList, Buffer, BufferLine, Color, Edit, Editor, Family, FontSystem,
LineHeight, Shaping, Style, SwashCache, Weight,
Action, Attrs, Buffer, Color, Edit, Editor, Family, FontSystem, LineHeight, Shaping, Style,
SwashCache, Weight,
};
use orbclient::{EventOption, Renderer, Window, WindowFlag};
use std::{
Expand Down

0 comments on commit 5f61dcb

Please sign in to comment.