mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
Clippy
This commit is contained in:
parent
160ea35b89
commit
bcd5a9e4d7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
//! font.
|
//! font.
|
||||||
//! Pressing the spacebar key will select the next font.
|
//! Pressing the spacebar key will select the next font.
|
||||||
|
|
||||||
use bevy::{input::keyboard::KeyboardInput, prelude::*, text::FontLibrary, utils::HashSet};
|
use bevy::{prelude::*, text::FontLibrary, utils::HashSet};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
App::new()
|
App::new()
|
||||||
|
|
Loading…
Reference in a new issue