This commit is contained in:
Zac Harrold 2024-11-13 11:51:18 +11:00
parent 160ea35b89
commit bcd5a9e4d7

View file

@ -4,7 +4,7 @@
//! 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() {
App::new()