test lfs
This commit is contained in:
@@ -27,15 +27,15 @@ use gui::{load_file_view, music_view};
|
||||
use iced::Font;
|
||||
use iced::Theme;
|
||||
use iced::{
|
||||
Color, Event, Task,
|
||||
event::{self, Status},
|
||||
keyboard::{Key, key::Named},
|
||||
keyboard::{key::Named, Key},
|
||||
Color, Event, Task,
|
||||
};
|
||||
|
||||
use std::time::Instant;
|
||||
|
||||
use kira::{
|
||||
AudioManager, AudioManagerSettings, DefaultBackend, sound::static_sound::StaticSoundData,
|
||||
sound::static_sound::StaticSoundData, AudioManager, AudioManagerSettings, DefaultBackend,
|
||||
};
|
||||
const FONT_BYTES: &[u8] = include_bytes!("../fonts/EnvyCodeRNerdFontMono-Regular.ttf");
|
||||
const FONT: Font = Font::with_name("EnvyCodeR Nerd Font Mono");
|
||||
|
||||
Reference in New Issue
Block a user